The au_blockExplorer
is a project developed by thecil, a passionate web3 developer. This project is part of the Alchemy University curriculum and serves as a Block Explorer Dapp.
-
Block Explorer: The application allows users to explore blocks on the blockchain, providing detailed information about transactions, addresses, and more.
-
React Query Integration: The
build-react-query
branch integrates React Query into the project, providing a robust, performant, and flexible way to fetch, cache, and update data in the application.
The au_blockExplorer
project uses environment variables to manage sensitive data and configuration options. Here's how you can set them up:
- Create a
.env
file: In the root directory of the project, create a new file named.env.local
. This file will hold all your environment variables. - Create each enviroment variable as the
.env.local.example
.
To get started with the au_blockExplorer
project, clone the repository and install the dependencies:
git clone https://github.com/thecil/au_blockExplorer.git
cd au_blockExplorer
npm install
Then, start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License.