Skip to content

Using the Console

Chad edited this page Aug 12, 2017 · 4 revisions

Cumulus Console

The cumulus console is easy to use! To get started, open your terminal of choice and try the following:

$> cumulus run -c

INFO[0000] Starting Cumulus node
INFO[0000] Starting listener on 127.0.0.1:8000
INFO[0000] Redirecting logs to logfile
☁️  Welcome to the β˜€οΈ  Cumulus console ☁️
>>>

Use the help command at any time to get more information.

Getting Started

You will want to make yourself a wallet. You can do so by using the create command.

>>> create
What would you like to create?
 ❯ Wallet
   Transaction
πŸ’³  New hot wallet created!
πŸ“«  Address: 20b58af1ae1f7640b381a9e62ab9c894dc668685
✊  Emoji Address: πŸ‘ βš“οΈ βš“οΈ πŸ„ ✊ πŸ™Œ 🌡 πŸ„ πŸ„ πŸƒ βœ‹ πŸƒ πŸ•‘ βš“οΈ 🌷 πŸ‘ 🚁 🌷 πŸ•‘ 🌷 πŸ‘ πŸ™Œ πŸ™Œ πŸ™Œ πŸ„ πŸ™Œ βœ‹ βœ‹ πŸ‘ πŸ„ βœ‹ 🌷 🀘 ✌️ πŸ– ☝️ 🌡 πŸ„ πŸ‘ 🀘
>>>

Think of this generated Address as the location of your own personal wallet! You can share it with anyone who wants to send you cumulus coins.

Making a Transaction

If you would like to spend some of your cumulus coins, get the address of the wallet you wish to send them to, then try this:

What would you like to create?
   Wallet
 ❯ Transaction
πŸ’³  Enter recipient wallet address
>>> ef653f0f6f292b7a12392686ea03058045ad51c1
πŸ’΅  Enter amount to send:
>>> 15
πŸ“¬  Its in the mail!
>>>
Clone this wiki locally