eosender
v0.8.11
Published
send multiple actions within one eos transaction in a simple way
Downloads
6
Readme
eosender
multiple sending tokens with EOS blockchain. The goal for this CLI command is to execute multiple actions within one transaction
install
- Install it with npm
npm install -g eosender- setup config
By default, it will be searched at $HOME folder as $HOME/.eosender.yml but you can override it with eosender --config <path-to-config>
uri: some-eos-node-url
sender:
username: username
privateKey: privateKey
pcash: falsepcash: false means do not treat the token as token.pcash with its fees logic. Otherwise if set pcash: true fee will be calculated.
- with
pcash: falseif 333 set for transfer 333 - with
pcash: trueif 333 set for transfer 333.83458
usage
eosender <path/to/file>file format:
username1,contract,amount,tokenName,memofile example:
user1,eosio.token,10.0000,EOS,nice memo here
user2,eosio.token,10.0000,SYS,super-duper
user3,eos.usdt,10.0000,USDT,