Skip to content

clar/fei-protocol-core

 
 

Repository files navigation

Fei Protocol ·

Smart contract code for Fei Protocol and the FEI stablecoin

Documentation

See the docs

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 test

Single module/file: mocha --timeout 10000 --exit --recursive <path-to-directory/file>

Coverage

npm run coverage

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%