An ERC20 token contract that implements EIP-3009 and EIP-2612.
Requirements:
- Node >= v12
- Yarn
$ git clone git@github.com:CoinbaseStablecoin/eip-0000.git
$ cd eip-0000
$ npm i -g yarn # Install yarn if you don't already have it
$ yarn install # Install dependencies
$ yarn setup # Setup Git hooks
- Create
config.jsby copyingconfig.js.example. - Edit
config.jswith the desired configuration. - Run Truffle migrations.
$ yarn migrate --network goerli