RenEx Sol is a Solidity implementation of the RenEx smart contracts.
RenEx (Ren Exchange) is the official Republic Protocol dark pool.
RenEx Sol depends on the OpenZeppelin Solidity library and the Republic Protocol Solidity library.
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 testInstall the dependencies.
npm install
Run the Truffle test suite with coverage.
npm run coverage