Skip to content

Command line wallet for Libra, written in Python.

Notifications You must be signed in to change notification settings

sns254/LibraTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LibraTerminal

Very basic command line wallet for Libra, written in Python.

Uses bandprotocol's pylibra module.

Currently, only whole amounts of Libra can be transacted with. Only five accounts are generated, but the code can easily be tweaked to accommodate more.

Setup

Navigate to the desired directory.

mkdir LibraTerminal && cd LibraTerminal

Create a virtual environment:

virtualenv librawallet

Activate it:

source librawallet/bin/activate

Get the necessary Python modules:

pip3 install pylibra

pip3 install termcolor

pip3 install pyqrcode

Now create a new file:

sudo nano wallet.py

Copy the contents of this repository's wallet.py, paste them into your text editor and save it (CTRL-X, select 'y' when prompted).

Now we can run it:

python3 wallet.py

Don't forget to deactivate the virtual environment when you're finished.

deactivate

About

Command line wallet for Libra, written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages