Skip to content

Latest commit

 

History

History
91 lines (56 loc) · 1.79 KB

File metadata and controls

91 lines (56 loc) · 1.79 KB

FidelityHouse ICO

Build Status Coverage Status

Smart Contracts for the FIH token issued by FidelityHouse International SA.

Code created using Open Zeppelin (openzeppelin-solidity) and Truffle Framework.

Latest ICO block = 7560016;

Installation

Install truffle.

npm install -g truffle      // Version 4.1.15+ required.

Install dependencies

npm install

Linter

Use Ethlint

npm run lint:sol

Use ESLint

npm run lint:js

Note

IMPORTANT: Before commit run the lint and fix command:

npm run lint:fix

Compile and test the contracts

Open the Truffle console

truffle develop

Compile

compile 

Test

test

Optional

Install the truffle-flattener

npm install -g truffle-flattener

Usage

truffle-flattener contracts/FidelityHouseToken.sol > dist/FidelityHouseToken.dist.sol

Links

Solidity Doc Github

OpenZeppelin Doc Github

Truffle Doc Github

Web3.js Doc 0.20.6 Doc 1.0 Github