Skip to content

clar/fei-protocol-core

 
 

Repository files navigation

Smart contract code for Fei Protocol and the FEI stablecoin

Documentation

See the Wiki

Setup

Currently using Truffle/Ganache with mainnet chain forking for compiling and running contracts locally

Install

git clone https://github.com/fei-protocol/fei-protocol-core.git

npm install

Testing

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>

Coverage

npm run coverage

License

Fei Protocol is under the AGPL v3 license

About

Smart contract code for Fei Protocol

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.0%
  • Solidity 42.0%