Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

mobilecoinofficial/mobilecoin-python-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileCoin command-line interface

Command line interface and client library for MobileCoin full-service node.

Installation

sudo apt install python3-pip
pip3 install .

Check that it is installed.

mobcli -h

Set up environment variables.

Copy the config file to your home directory.

cp mc_env.sh ~/.mc_env.sh

Add the following lines to your .bashrc:

if [ -f "$HOME/.mc_env.sh" ]; then
    source "$HOME/.mc_env.sh"
fi

The 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.

Start the server

mobcli start

List of commands

  • start
  • stop
  • create
  • rename
  • import
  • export
  • delete
  • list
  • send

About

Simple command line interface for MobileCoin full-service node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.2%
  • Shell 2.8%