Skip to content

shalakhin/eosender

Repository files navigation

eosender

multiple sending tokens with EOS blockchain. The goal for this CLI command is to execute multiple actions within one transaction

oclif Version Downloads/week License

install

  1. Install it with npm
npm install -g eosender
  1. 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: false

pcash: 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: false if 333 set for transfer 333
  • with pcash: true if 333 set for transfer 333.83458

usage

eosender <path/to/file>

file format:

username1,contract,amount,tokenName,memo

file example:

user1,eosio.token,10.0000,EOS,nice memo here
user2,eosio.token,10.0000,SYS,super-duper
user3,eos.usdt,10.0000,USDT,