kumarabhirup / truffle-tutorial

​How to develop, deploy, and test smart contracts using Ganache.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truffle Tutorial

1️⃣ Step 1

Download and run Ganache.

2️⃣ Step 2

Run these commands.

$ npm i truffle -g
$ npm i
$ truffle migrate
$ truffle test

📝 License

MIT - Source code by Kumar Abhirup

Follow me 👋 on TwitterTwitter

About

​How to develop, deploy, and test smart contracts using Ganache.

License:MIT License


Languages

Language:JavaScript 83.6%Language:Solidity 16.4%