Symblox Yield Farming
Symblox is a cross-chain synthetic asset issuance and trading protocol.
This repo has the smart contracts and the front-end dDpp code for Symblox yield farming, which is a way to build up the liquidity pool to be used as collaterals for synthetic assets for the next phase.
Setup
Clone the repo, then install dependencies:
$ yarn
Testing
To run the entire test suite:
$ yarn test
Coverage
To run tests with coverage
$ yarn coverage