This project is to utilize Eos easily.
- Irreversible Blocks
- Head Blocks
- Head Block Producer
- Market Cap (USD)
- RAM Market
- Total Staking
- Ram Buying
- BP Top 30
- Account Name Bids Top 30
- Profile
- EOS Available
- RAM Available
- CPU Available
- NET Available
- Tokens
- Contract Info
- Token Transfer
- Permission Group
- Created
- Vote
- Transfer Token Simulation
- Generate Unique Key pair
- Create account with key pair, staking some resources(cpu, net, ram)
- My Profile
- EOS Available
- RAM Available
- CPU Available
- NET Available
- Tokens
- Staking, Unstaking Simulation
- Recipient, Stake Owner
- Realtime Ram market price chart
- RAM available
- Buy or Sell RAM
- Claim refund
- My Votes
- My Staked
- Set Voter Proxy
- Submit Votes for selected producers
- My Votes cast
- Producers
- Register Voter Proxy
- EOS Constitution
- npm or yarn
$ npm install or yarn install
$ npm start or yarn start
$ npm run build or yarn build
- [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
- [o] Search by account
- [o] Search by pubkey
- [o] Search by transaction id
- [o] Search by block id
- [o] Account token balance
- [o] Contract Info
- [o] Create Account
- [o] Staking, Unstaking
- [o] Realtime RAM chart
- [o] Buy Ram
- [o] Sell Ram
- [o] Refund
- [o] Producer List
- [o] Submit votes
- [o] Become Proxy
- [o] Set Proxy
- VS Code Prettierr Plugin
- VS Code Prettier config (Ctrl + ,)
"editor.formatOnSave": true,
"prettier.semi": false,
"prettier.printWidth": 100,
"prettier.singleQuote": true,
"javascript.format.enable": false,
"prettier.eslintIntegration": true