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