Solidity A to Z : Good Practice Examples
To be update
git clone https://github.com/solidity-korea/contract-template.git
cd contract-template
npm install -g truffle
npm install -g ganache-cli
ganache-cli &
truffle compile [--all] [--network <name>]
truffle migrate [--reset] [-f <number>] [--network <name>] [--compile-all] [--verbose-rpc]
truffle test
Code released under the GPLv3 License.