Lbdevaa / defi-start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Ganache

npx - win

npx truffle compile

to compile ABIs(Application Binary Interfaces) json from TokenFarm.sol

npx truffle migrate

truffle console

tokenFarm = await TokenFarm.deployed()

tokenFarm.address

name = await tokenFarm.name()

name

truffle migrate --reset

About


Languages

Language:JavaScript 60.9%Language:Solidity 27.8%Language:HTML 11.2%Language:CSS 0.1%