Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 455 Bytes

Solidity Course

  1. Install and start Ganache as a local Ethereum test node.

  2. Install truffle

    npm install -g truffle
  3. Install Nodejs dependencies

    npm install
  4. Compile contracts

    truffle compile
    
  5. Run migrations

    truffle migrate
    
  6. Run a demo script

    truffle exec mytoken.js