0xBeshoy / web3_sample

Home Page:web3-sample.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployed dApp Links

Install dependancies

npm install

Local development

truffle compile --network development
truffle migrate --reset --network development
npm run runAll --> "will copy ABI files after deployment to client folder and run a localhost server"

Deploying on Ropsten

truffle compile --network ropsten
truffle migrate --reset --network ropsten
npm run copy --> "will copy ABI files after deployment to client folder"

Final Contract

EtherScan Link: https://ropsten.etherscan.io/address/0x4546be96527b15601dcdee1d5d07ec231ce06294

Fleek Link

When changing client dirctory name, update it on the .fleek.json file

{
    "build": {
        "baseDir": "client"
    }
}

About

web3-sample.vercel.app


Languages

Language:JavaScript 84.1%Language:HTML 10.9%Language:Solidity 5.0%