0.8.11 • Published 2 years ago

eosender v0.8.11

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

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,
0.8.9

2 years ago

0.8.8

2 years ago

0.8.5

2 years ago

0.8.7

2 years ago

0.8.11

2 years ago

0.8.10

2 years ago

0.8.4

2 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.7.0

3 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.4

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.3.0

5 years ago

0.3.1

5 years ago

0.2.0

5 years ago