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
- Host: GitHub
- URL: https://github.com/zeriontech/contract-template
- Owner: zeriontech
- License: gpl-3.0
- Created: 2017-04-24T20:20:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T11:42:29.000Z (over 7 years ago)
- Last Synced: 2025-03-31T06:26:31.983Z (20 days ago)
- Topics: smart-contract-template, solidity, template, truffle
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - zeriontech/contract-template - Clean contract template with right environment (Shell)
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