Smart contract code for Fei Protocol and the FEI stablecoin
See the docs
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 test
Single module/file: mocha --timeout 10000 --exit --recursive <path-to-directory/file>
npm run coverage
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