Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 267 Bytes

Ganache

ganache 로 privateKey 생성

truffle


compile - npx truffle compile
migration - npx truffle migration --reset
console - npx truffle console
ganache - npx ganache
test - npx truffle test