cess-ui-js
December 10, 2021 ยท View on GitHub
Polkadot/Substrate UI for interacting with CESS node for Polkadot Hackathon.
Introducation
Here is the source code of our blockchain explorer, which is forked from polkadot/apps, and currently supports http and wss access methods.
click ๐: http://data.cesslab.co.uk/browser or https://polkadot.js.org/apps/ with wss://cesslab.co.uk/rpc2-hacknet/ws/
Features
Home

- Brand new UI style.
- Visually display the storage data on the CESS network through graphs.
Miner

- The CESS network supports miners to provide storage to obtain incentives.
- We can see the overview of storage miners on miner page.
Search Bar

- Customized search bar, support keyword search such as block hash, extrinsics hash, miner ID, account address.
Extrinsics Detail

- Shows the detailed information of each extrinsic.
Miner Detail

- Display the basic information of the miner, such as controller address, beneficiary address, provided storage, total reward, and received reward.
- List specific miner-related extrinsic information.
Account Detail


- We have designed a separate display page for each account, which includes information such as the account address, related extrinsics, the amount of stored data, and the data list.