Create a real-time Ethereum block explorer in minutes with this repo and Astra Block.
- Create an Astra account
- Request access to Astra Block
- Create a
.env
file using the.env.example
as an example - Set
NEXT_PUBLIC_GRAPHQL_ENDPOINT
to your Astra DB GraphQL endpoint - Set
API_ACCESS_TOKEN
to your Astra token - Install dependencies:
yarn install
- Start the app with
yarn start
(if you want to run the app in production mode) oryarn dev
for hot reloading - View the running app at http://localhost:3000/
Deploy the app to Vercel using the button below: