Skip to content

lezhnev74/smart-contracts

Repository files navigation

Familypoints.io Smart Contracts

Visit out website at familypoints.io

The project based on OpenZeppelin smart contract added into repository (OpenZeppelin 1.3.0)

Install project dependencies

  1. Install nodejs and npm
  2. Install project dependencies: npm install

Run testrpc (do it in a separate bash session). You will need this one before you start testing.

npm run testrpc
(in the first case you will get predefined set of accounts suitable for the all test case)

Compile smart contracts

npm run compile

Run full test suite

npm run test

Generate test coverage report

npm run coverage

Software versions

Solidity v0.4.15
Truffle v3.4.11
OpenZeppelin 1.3.0
solidity-coverage 0.2.5
Solium linter 1.0.0 BETA
solcheck linter 0.1.3

Test coverage report

coverage/index.html

About

A set of ethereum smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published