You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NestJS-based API for querying AccessTime data on supported chains. Public endpoints for projects, subscriptions, and votes. Supports wallet auth for secure, multi-chain blockchain access.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
About
NestJS-based API for querying AccessTime data on supported chains. Public endpoints for projects, subscriptions, and votes. Supports wallet auth for secure, multi-chain blockchain access.