RenEx Contracts
RenEx Sol is a Solidity implementation of the RenEx smart contracts.
RenEx (Ren Exchange) is the official Republic Protocol dark pool.
Dependencies
RenEx Sol depends on the OpenZeppelin Solidity library and the Republic Protocol Solidity library.
Tests
Install the dependencies.
npm install
Run the ganache-cli or an alternate Ethereum test RPC server on port 8545.
npx ganache-cliRun the Truffle test suite.
npm run testCoverage
Install the dependencies.
npm install
Run the Truffle test suite with coverage.
npm run coverage