@1inch/erc20-pods
v1.0.0
Published
ERC20 extension enabling external smart contract based Pods to track balances of those users who opted-in to these Pods
Downloads
150
Keywords
Readme
ERC20Pods
ERC20 extension enabling external smart contract based Pods to track balances of those users who opted-in to these Pods.
Examples of ERC20 Pods:
Usage:
- Inherit your tokens or tokenized protocol shares from
ERC20Pods
Contribution:
- Install dependencies:
yarn
- Run tests:
yarn test
orrun test:ci