Skip to content

solidity-korea/solidity-A-to-Z

Repository files navigation

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

About

Solidity A to Z : Good Practice Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published