Skip to content

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

License

Notifications You must be signed in to change notification settings

bc1tech/fih-smartcontracts

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published