web3-api-utils
v0.2.2
Published
utility funtions to get api names for different api providers
Downloads
57
Maintainers
Readme
web3-api-utils
Ytility funtions to get api names for different api providers, such as alchemy, rarible, and thirdweb.
primary use case
You have a chainId, and want to query an api, but the api uses a string such as "polygon", and eah api is slightly different. This module returns the string bwhen you give it the id.
Usage
Testing
node test/index.js
