republic-sol
v0.1.0
Published
[![Build Status](https://travis-ci.org/republicprotocol/republic-sol.svg?branch=master)](https://travis-ci.org/republicprotocol/republic-sol) [![Coverage Status](https://coveralls.io/repos/github/republicprotocol/republic-sol/badge.svg?branch=master)](htt
Downloads
5
Readme
Ethereum Republic
The Republic Sol library is the official reference implementation of Republic Protocol on Ethereum, written in Solidity. Republic Protocol does not explicitly require an Ethereum implementation, and future implementations may be developed on other blockchains. For now, Ethereum is used because it is the most battle tested contract platform.
Tests
Install Truffle and Ganache commands, and the required node modules.
npm install --global truffle ganache-cli
npm install
Run the ganache-cli
or an alternate Ethereum test RPC server on port 8545.
ganache-cli
Run the Truffle test suite.
truffle test