/eos-toolbox

Primary LanguageJavaScript

EOS Toolbox

This project is to utilize Eos easily.

Dashboard

dashboard

Block Explorer

blockexplorer

Delegate(Staking)

delegate

Undelegate(Unstaking)

undelegate

Refund

refund

Vote

vote

Proxy

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