1.0.1 • Published 1 year ago

token-abis v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

token-abis

Several common used token abi in an npm package.

Installation

    npm install token-abis

Usage

Just simply import it.

    import commonErc20 from "token-abis/erc20/common-erc20.json";

    const erc20Token = new Contract(commonErc20, address, provider)

Contribute

Any contribution is welcomed to make it better.

If you have any questions or want to add new token abi, please create an issue.

License

MIT