Exchange Celo Dollars and CELO via the stability mechanism
Exchange CELO for Celo Dollars via the stability mechanism. (Note: this is the equivalent of the old exchange:gold)
Exchange CELO for Celo Dollars via the stability mechanism. (Note: this is the equivalent of the old exchange:gold)​USAGE$ celocli exchange:celo​OPTIONS--forAtLeast=10000000000000000000000 [default: 0] Optional, the minimumvalue of Celo Dollars to receive inreturn​--from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) The address with CELO toexchange​--value=10000000000000000000000 (required) The value of CELO toexchange for Celo Dollars​EXAMPLEScelo --value 5000000000000 --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d​celo --value 5000000000000 --forAtLeast 100000000000000 --from0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
See code: src/commands/exchange/celo.ts​
Exchange Celo Dollars for CELO via the stability mechanism
Exchange Celo Dollars for CELO via the stability mechanism​USAGE$ celocli exchange:dollars​OPTIONS--forAtLeast=10000000000000000000000 [default: 0] Optional, the minimumvalue of CELO to receive in return​--from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) The address with CeloDollars to exchange​--value=10000000000000000000000 (required) The value of CeloDollars to exchange for CELO​EXAMPLESdollars --value 10000000000000 --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d​dollars --value 10000000000000 --forAtLeast 50000000000000 --from0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
See code: src/commands/exchange/dollars.ts​
Exchange CELO for Celo Dollars via the stability mechanism. DEPRECATION WARNING Use the "exchange:celo" command instead
Exchange CELO for Celo Dollars via the stability mechanism. *DEPRECATION WARNING* Use the "exchange:celo" command instead​USAGE$ celocli exchange:gold​OPTIONS--forAtLeast=10000000000000000000000 [default: 0] Optional, the minimumvalue of Celo Dollars to receive inreturn​--from=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) The address with CELO toexchange​--value=10000000000000000000000 (required) The value of CELO toexchange for Celo Dollars​EXAMPLESgold --value 5000000000000 --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d​gold --value 5000000000000 --forAtLeast 100000000000000 --from0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
See code: src/commands/exchange/gold.ts​
Show the current exchange rates offered by the Exchange
Show the current exchange rates offered by the Exchange​USAGE$ celocli exchange:show​OPTIONS--amount=amount [default: 1000000000000000000] Amount of the token being exchanged toreport rates for​EXAMPLElist
See code: src/commands/exchange/show.ts​