Skip to content

yenargy/blocksteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A super simple app which can be used to view the latest blocks or transactions occuring in the Ethereum blockchain. This was built by bootstrapping create-react-app and using aragon-ui for the basic theming and UI components. It uses web3.js injected by Metamask to fetch all the blockchain related stuff.

NOTE: Currently, the app fetches only the latest 16 blocks and latest 20 transaction at any time.

Future Roadmap

[ ] Pagination - Ability to view more than 16 blocks or 20 transaction at a time
[ ] Search - Ability to search any block or a hash to view the relavant information

Development

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Refer deployment for more information.

About

A block explorer for the Ethereum blockchain using Aragon UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published