EasyWallet provides you with programmatic control over your blockchain wallet. You are be able to send funds to and from accounts, recover wallet using seed phrases, deploy smart contracts, everything you could do from a Metamask wallet and more. EasyWallet is build with web3.py
-
Install python 3.6+ in your machine
-
You need to have openssl installed for encryption.
-
Clone the easywallet repository in your machine running
git clone https://github.com/victorftsilva/easywallet.git
-
Inside the easywallet project directory install the project dependencies running
pip install -r requirements.txt
-
Make the easywallet file executable running
chmod +X easywallet
inside easywallet project folder. -
inside the project directory run
easywallet --help
to see the list of available commands.
Done!! you have installed and can use EasyWallet.
Note: You can add the easywallet project folder to your system path to enable calling easywallet
outside the project directory.