Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 497 Bytes

File metadata and controls

28 lines (18 loc) · 497 Bytes

Own Smart Contracts

This repository contains smart contract code for Own Token (CHX).

Functional Specification document contains more details about smart contract functionality.

Setup

Global prerequisites:

$ sudo npm install -g truffle

Repository:

$ git clone https://github.com/OwnMarket/SmartContracts.git SmartContracts
$ cd ./SmartContracts/src
$ npm install

Running Tests

$ truffle test