An open API service indexing awesome lists of open source software.

https://github.com/zeriontech/contract-template

Clean contract template with right environment
https://github.com/zeriontech/contract-template

smart-contract-template solidity template truffle

Last synced: about 18 hours ago
JSON representation

Clean contract template with right environment

Awesome Lists containing this project

README

        

# Contract template
Clean contract template with right environment.

## Dependencies
This repository uses [Truffle](http://truffleframework.com/) to compile, test and deploy smart contracts.

Also running node with active json-rpc is required. For testing puproses we suggest using [TestRPC](https://github.com/ethereumjs/testrpc).
We strongly recommend you to use latest **node**, **npm**, and **yarn** versions.

The environment can be set up by command:

`yarn install`

For more information about Truffle visit [https://truffle.readthedocs.io/en/latest/](https://truffle.readthedocs.io/en/latest/).

## Usage

`./serve/run_tests.sh` - run tests