Skip to content

A Token information service which works side-by-side with an access-key-management service to enforce rate limiting and access key based auth.

Notifications You must be signed in to change notification settings

mp051998/Web3TokenInformationService

Repository files navigation

Description

Nest app which can be used to fetch web3 token information while also enforcing rate limitting on the requests by communicating with an access-key-management microservice. This app works alongside an other app which provides access key management like the access key management service.

Installation

$ npm install

Running the app

# 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

API Collection (Thunder Client):

NOTE: This collection is for the local environment. The base URL is set to http://localhost:3001. Change the base URL to the deployed URL if you want to use it in a deployed environment. Can be found here

About

A Token information service which works side-by-side with an access-key-management service to enforce rate limiting and access key based auth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published