An ERC20 token contract that implements EIP-3009 and EIP-2612.
Requirements:
- Node >= v12
- Yarn
$ git clone [email protected]: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.js
by copyingconfig.js.example
. - Edit
config.js
with the desired configuration. - Run Truffle migrations.
$ yarn migrate --network goerli