Is your feature request related to a problem? Please describe.
In order to make it easy to interact with the package, a CLI might be needed.
Describe the solution you'd like
Call CLI like the following examples :
ergpy send simple <addr1> <addr2>
ergpy send token <id> <addr1> <addr2>
ergpy get wallet-addresses --no-addresses 2
ergpy get box-info <index> <addr>
Warning
@mgpai22 I will need your help defining the commands' behavior.
Additional context
- argparse — Parser for command-line options, arguments and sub-commands
Is your feature request related to a problem? Please describe.
In order to make it easy to interact with the package, a
CLImight be needed.Describe the solution you'd like
Call
CLIlike the following examples :ergpy send simple <addr1> <addr2>ergpy send token <id> <addr1> <addr2>ergpy get wallet-addresses --no-addresses 2ergpy get box-info <index> <addr>Additional context