Simple express service used to wrap calls to the UniSat OpenAPI.
Copy .env.example
to .env
and set the environment variables.
You will need to request an API key from UniSat, please contact the team directly.
- Mainnet URL:
https://open-api.unisat.io/v1/indexer
- Testnet URL:
https://open-api-testnet.unisat.io/v1/indexer
-
Install pnpm package manager
-
Install dependencies
pnpm i
-
Run app
pnpm run dev