Covalent provides a unified API bringing visibility to billions of blockchain data points. To make using the API even easier we made this API wrapper. If you have any problem feel free to contact me [email protected]
Use the package manager yarn to install once you first clone.
$ yarn or npm install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
You can get free API key here
COVALENT_HQ_API_KEY="covalent api key"
HTTP_TIMEOUT=5000 #default api request timeout.
HTTP_MAX_REDIRECTS=1 #default request max redirect.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.