npm install or yarn
- open
createAccount.js - choose an account name
- run
node createAccount.js - it should run successfully, copy the private key
- paste the account name and private key into config.json (replace "account" and "privateKey")
- account is created on fibos mainnet
- compele your eos account and private key in config.json
- open
transfer.js, modify the amount - run
node transfer.js
- run
node balance.js - it should show eos balance just transferred in
- change the eos amount
- run
node exchange.js - check balance again
- change fibos amount in
exchange_to_eos.js - run
node exchange_to_eos.js - check balance again
- change eos amount in
transfer_to_eos.js - run
node transfer_to_eos.js - check balance again