Command line interface and client library for MobileCoin full-service node.
sudo apt install python3-pip
pip3 install .Check that it is installed.
mobcli -hCopy the config file to your home directory.
cp mc_env.sh ~/.mc_env.shAdd the following lines to your .bashrc:
if [ -f "$HOME/.mc_env.sh" ]; then
source "$HOME/.mc_env.sh"
fiThe environment variables file specifies to connect to the test network by default, but you can change it to connect to the main network if you know what you're doing, and are confident you will not lose actual funds.
mobcli start- start
- stop
- create
- rename
- import
- export
- delete
- list
- send