1.0.0 • Published 6 years ago

cln-solidity v1.0.0

Weekly downloads
6
License
https://github.co...
Repository
github
Last release
6 years ago

CLN Contracts

Smart contracts for Colu Local Network.

Colu Local Network

CLN is a cryptocurrency built on top of the Ethereum blockchain.

It is envisioned as a decentralized payment system powered by everyday consumption.

Contracts

Please see the contracts/ directory.

Develop

Contracts are written in Solidity and tested using Truffle and ganache-cli.

Depenencies

# Install Truffle and ganache-cli packages globally:
$ npm install -g truffle ganache-cli

# Install local node dependencies:
$ npm install

Test

# This will initialize a ganache-cli instance, compile and test the contracts using truffle
$ npm test

# Enable long tests
$ LONG_TESTS=1 truffle test

License

Code released under the MIT License.