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
.envfile using the.env.exampleas an example - Set
NEXT_PUBLIC_GRAPHQL_ENDPOINTto your Astra DB GraphQL endpoint - Set
API_ACCESS_TOKENto your Astra token - Install dependencies:
yarn install - Start the app with
yarn start(if you want to run the app in production mode) oryarn devfor hot reloading - View the running app at http://localhost:3000/
Deploy the app to Vercel using the button below: