kore-technologies / Contracts.Crowdli

Crowdli Token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contracts.Crowdli

Crowdli Token

Code References

Development Process

Use Truffle for development and testing.

Install Truffle:

npm install -g truffle

Install testing dependencies:

npm install --save-dev chai chai-bignumber

Compile Contract:

truffle compile

Launch develop network:

truffle develop

Or you can use pre-configured dev network to connect to any Etherium client on localhost:7545:

truffle console --network dev

Publish contract:

migrate --reset

You can run tests on develop network without pre-launching:

truffle test

If you meet out of gas issues while testing with truffle develop or truffle test then it's recommended to switch to external client instead of built-in one.

See documentation for further scenarios.

About

Crowdli Token


Languages

Language:JavaScript 54.8%Language:Solidity 45.2%