Skip to content

template for start smart contracts using Ethereum Solidity, Truffle, zeppelin-solidity

License

Notifications You must be signed in to change notification settings

solidity-korea/contract-template

Repository files navigation

contract-template

template for start smart contracts using Ethereum Solidity, Truffle, zeppelin-solidity

Getting Started

Clone

git clone https://github.com/solidity-korea/contract-template.git
cd contract-template

Installing

npm install -g truffle
npm install -g ganache-cli

Testing

ganache-cli &
truffle compile [--all] [--network <name>]
truffle migrate [--reset] [-f <number>] [--network <name>] [--compile-all] [--verbose-rpc]
truffle test

License

Code released under the GPLv3 License.

License and copyright notice

About

template for start smart contracts using Ethereum Solidity, Truffle, zeppelin-solidity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published