Skip to content

NFhbar/verify-contract-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etherscan Contract Verification Example

Simple ballot contract example to verify using Etherscan Gist option.

Install

clone:

git clone [email protected]:NFhbar/verify-contract-example.git

install:

$ npm install

run compile and migrate:

$ truffle(develop)> compile
$ truffle(develop)> migrate

Deploy to Rinkeby

$ truffle deploy --network rinkeby

Gist available here.

Medium article here.