Skip to content

scarbo87/blok-crowdsale

Repository files navigation

Blok Token Contracts

Here be smart contracts for the Blok token.

Contracts

Please see the contracts/ directory.

Develop

Contracts are written in [Solidity][solidity] and tested using [Truffle][truffle] and [testrpc][testrpc].

Depenencies

  • node v9.11.1

  • npm 5.8.0

# Install Truffle and testrpc packages globally:
$ npm install -g truffle ethereumjs-testrpc

# Install local node dependencies:
$ npm install

Test

# Initialize a testrpc instance
$ ./scripts/testrpc.sh

# This will compile and test the contracts using truffle
$ truffle test

# Enable long tests
$ LONG_TESTS=1 truffle test

About

The smart contract of the Blok crowdsale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published