/solidity-A-to-Z

Solidity A to Z : Good Practice Examples

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

Solidity A to Z

Solidity A to Z : Good Practice Examples

To be update

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