Skip to content

epochchaser/eos-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOS Toolbox

This project is to utilize Eos easily.

Dashboard

dashboard

  • Irreversible Blocks
  • Head Blocks
  • Head Block Producer
  • Market Cap (USD)
  • RAM Market
  • Total Staking
  • Ram Buying
  • BP Top 30
  • Account Name Bids Top 30

Block Explorer

blockexplorer_1 blockexplorer_2

  • Profile
  • EOS Available
  • RAM Available
  • CPU Available
  • NET Available
  • Tokens
  • Contract Info
  • Token Transfer
  • Permission Group
  • Created
  • Vote

Transfer Token

transfer

  • Transfer Token Simulation

Generate Key

generatekey

  • Generate Unique Key pair

Create Account

createaccount

  • Create account with key pair, staking some resources(cpu, net, ram)

My Account

myaccount

  • My Profile
  • EOS Available
  • RAM Available
  • CPU Available
  • NET Available
  • Tokens

Staking

staking

  • Staking, Unstaking Simulation
  • Recipient, Stake Owner

Ram Market

rammarket_1 rammarket_2

  • Realtime Ram market price chart
  • RAM available
  • Buy or Sell RAM

Refund

refund

  • Claim refund

Vote

vote

  • My Votes
  • My Staked
  • Set Voter Proxy
  • Submit Votes for selected producers
  • My Votes cast
  • Producers

Voter Proxy

voterproxy

  • Register Voter Proxy

Constitution

constitution

  • EOS Constitution

Required

  • npm or yarn

Install dependencies

$ npm install or yarn install

Starts the development server.

$ npm start or yarn start

Bundles the app into static files for production.

$ npm run build or yarn build

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
- [o] Account token balance
- [o] Contract Info

Account

- [o] Create Account
- [o] Staking, Unstaking
- [o] Realtime RAM chart
- [o] Buy Ram
- [o] Sell Ram
- [o] Refund

Vote

- [o] Producer List
- [o] Submit votes
- [o] Become Proxy
- [o] Set Proxy

Coding convention

  "editor.formatOnSave": true,
  "prettier.semi": false,
  "prettier.printWidth": 100,
  "prettier.singleQuote": true,
  "javascript.format.enable": false,
  "prettier.eslintIntegration": true