Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 393 Bytes

A barebones RPC explorer built for HyperSDK-based blockchains. This project is created with NextJS, and we'll utilize shadcn-ui for components.

Getting Started

  1. Install the dependencies: yarn install
  2. Start the HyperSDK Indexer: follow these steps
  3. Built the NextJS app: yarn run build
  4. Run the dev server: yarn run start