EOS Toolbox
This project is to utilize Eos easily.
Dashboard
Block Explorer
Delegate(Staking)
Undelegate(Unstaking)
Refund
Vote
Proxy
Todo
Dashboard
- [o] Irreversible Block
- [o] Current Block
- [o] Last Block Producer
- [o] Supply Summary
- [o] Ram Market Summary
- [o] Total Stake
- [o] Total Votes
- [o] Ram Stake
- [o] Cpu, Net Stake
- [o] BP Top 30
- [o] Account Auction Top 30
Block Explorer
- [o] Search by account
- [o] Search by pubkey
- [o] Search by transaction id
- [o] Search by block id
- [x] Account token balance
Account
- [x] Create Account
- [o] Delegate
- [o] Undelegate
- [x] Buy Ram
- [x] Sell Ram
- [o] Refund
- [x] Permissions
Vote
- [o] Producer List
- [o] Submit votes
- [o] Become Proxy
- [x] Set Proxy
Coding convention
- VS Code Prettier config (Ctrl + ,)
"editor.formatOnSave": true,
"prettier.semi": false,
"prettier.printWidth": 100,
"prettier.singleQuote": true,
"javascript.format.enable": false,
"prettier.eslintIntegration": true