A barebones RPC explorer built for HyperSDK-based blockchains. This project is created with NextJS, and we'll utilize shadcn-ui for components.
- Install the dependencies:
yarn install
- Start the HyperSDK Indexer: follow these steps
- Built the NextJS app:
yarn run build
- Run the dev server:
yarn run start