template for start smart contracts using Ethereum Solidity, Truffle, zeppelin-solidity
git clone https://github.com/solidity-korea/contract-template.git
cd contract-templatenpm install -g truffle
npm install -g ganache-cliganache-cli &
truffle compile [--all] [--network <name>]
truffle migrate [--reset] [-f <number>] [--network <name>] [--compile-all] [--verbose-rpc]
truffle testCode released under the GPLv3 License.