Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 818 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 818 Bytes

ERC20Pods

Build Status Coverage Status NPM Package

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 or run test:ci