Skip to content

Block42World/cubik-contracts

Repository files navigation

Block42

Block42 CUBIK Token and Crowdsale Contracts

made-for-ethereum

Getting Started

Prerequisites

Install dependencies

npm i

Start Ganache CLI to run a local private blockchain, or use GUI Ganache

ganache-cli

Compile the contracts

truffle compile

Deploy contracts to the local environment

truffle migrate

Run test

truffle test

Create flattened scripts (Optional to deploy at Remix)

truffle-flattener contracts/World.sol > contracts_flattened/World.sol
truffle-flattener contracts/Land.sol > contracts_flattened/Land.sol

Contract Address

Mainnet

Ropsten

Kovan

TODO

  • Complete all test cases
  • Add Travis CI badge Build Status
  • Add CoverAlls badge Coverage Status
  • Add TimeLockToken

License

Code released under the MIT License.

About

Solidity contracts for the CUBIK token and crowdsale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors