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.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
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