Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/play3rzer0/blockchain-explorer
https://github.com/play3rzer0/blockchain-explorer
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/play3rzer0/blockchain-explorer
- Owner: Play3rZer0
- Created: 2023-03-01T09:42:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-02T02:27:00.000Z (over 1 year ago)
- Last Synced: 2024-07-11T14:25:39.254Z (4 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blockchain Explorer
This is a simple blockchain explorer that gets the most recent block
number and displays it in a web page.First install the dependencies by running (from the root or top level folder):
npm install
Next, run the app from the command line:
npm start
This project uses Alchemy SDK as its main library.
e.q. alchemy.core.getBlockNumber()
NOTE: Use an environment variable for apiKey by creating an .env file. This will
be needed to connect to an Ethereum node on the Alchemy network.