Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.08 KB

RenEx Contracts

Build Status Coverage Status

Documentation

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-cli

Run the Truffle test suite.

npm run test

Coverage

Install the dependencies.

npm install

Run the Truffle test suite with coverage.

npm run coverage