Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 607 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 607 Bytes

88 Smart Protection

Ethereum

Ethereum Smart Contracts Repository

How to contribute

Style Guide

It's important to follow the code style guide to maintain everything clear to others contributors. Before starts to contribute, please read the style guide: http://solidity.readthedocs.io/en/v0.4.24/style-guide.html

We use Truffle framework to develop this contract, but it's possible to avoid it.

Truffle v4.1.13 (core: 4.1.13)
Solidity v0.4.24 (solc-js)
Node v8.11.1

Tests

To run all tests

truffle test

Specific test file

truffle test ./test/filenane.extension