NOTE: THIS IS WORK IN PROGRESS. SEE COMMANDS SECTION FOR LIST OF SUPPORTED COMMANDS
CLI wrapper on eosjs library. This may be useful if you need lightweight command interface to EOS node and do not want to mess with local wallet.
Run npm run config to run interactive configuration, which will ask you for:
- Account name
- Public key
- Private key (OPTIONAL and INSECURE)
or edit config.json manually
Directly from GitHub
npm install -g https://github.com/oxfn/eoscmd
or from local repository
npm install -g .
eoscmd <command> [params...]
- buyram
fromtoamount - buyrambytes
fromtobytes - delegatebw
fromtocpunet - newaccount
namepublicKey - refund
- transfer
fromtoamount - undelegatebw
fromtocpunet