Smart contract code for Fei Protocol and the FEI stablecoin
See the Wiki
Currently using Truffle/Ganache with mainnet chain forking for compiling and running contracts locally
git clone https://github.com/fei-protocol/fei-protocol-core.git
npm install
Entire suite: npm run testAll
Single module/file: npm run test <path to directory or file e.g. test/genesis, test/token/Fei.test.js>
npm run coverage
Fei Protocol is under the AGPL v3 license