anthonyche / TechFantasy.Github.io

Zen of Tech
3 stars 0 forks source link

Truffle Suite & Ganache #18

Open anthonyche opened 2 years ago

anthonyche commented 2 years ago

Truffle is now the biggest Ethereum development framework written with javascript.

To use Truffle, you need to install NodeJS first.

    brew install node
    node -v

Ganache is the private chain environment to test and deploy smart contracts