Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james-elicx/ethereum-blockchain-explorer
Search the Ethereum blockchain for information about addresses, blocks, and transactions.
https://github.com/james-elicx/ethereum-blockchain-explorer
blockchain ethereum explorer
Last synced: 27 days ago
JSON representation
Search the Ethereum blockchain for information about addresses, blocks, and transactions.
- Host: GitHub
- URL: https://github.com/james-elicx/ethereum-blockchain-explorer
- Owner: james-elicx
- License: mit
- Created: 2022-04-05T20:00:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T22:32:55.000Z (over 2 years ago)
- Last Synced: 2024-05-01T19:45:07.713Z (7 months ago)
- Topics: blockchain, ethereum, explorer
- Language: TypeScript
- Homepage:
- Size: 311 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Ethereum Blockchain Explorer](https://etherexplorer.io)
A modern blockchain explorer, built for the Ethereum network. Search for information about addresses, blocks, and transactions.
A live version is deployed using Cloudflare [Pages](https://pages.cloudflare.com/) at [etherexplorer.io](https://etherexplorer.io), with its blockchain data coming from [Infura](https://infura.io).
## Built With...
- [React](https://reactjs.org)
- [Ethers.js](https://docs.ethers.io/v5)
- [TypeScript](https://www.typescriptlang.org)
- [Sass](https://sass-lang.com)
- [Vite](https://vitejs.dev)
- [Vitest](https://vitest.dev)## Contributing
To contribute to this project, please fork it and open a pull request to the `dev` branch with your additions.
### Environment Variables
To use a custom Infura project instead of the default Ethers.js one, do the following.
1. Create a `.env.local` file in the root directory of the project.
2. Add the following environment variables to the file:```
VITE_INFURA_PROJECT_ID=
```