truffle-plugin-verify
✅ Verify your smart contracts on Etherscan from the Truffle CLI
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- FUNDING.yml
- .gitkeep
- Casino.sol
- Killable.sol
- Migrations.sol
- 1_initial_migration.js
- 2_deploy_contracts.js
- .env.example
- .gitignore
- package-lock.json
- package.json
- truffle-config.js
- ConvertLib.sol
- MetaCoin.sol
- WrappedMetaCoin.sol
- 1_deploy_contracts.js
- .env.example
- package.json
- truffle-config.js
- yarn.lock
- SimpleProxy.sol
- SimpleProxyAdmin.sol
- SimpleToken.sol
- SimpleTokenUpgradeable.sol
- SimpleTokenUpgradeable2.sol
- 1_deploy_contracts.js
- .env.example
- package.json
- truffle-config.js
- yarn.lock
- AbstractVerifier.ts
- EtherscanVerifier.ts
- SourcifyVerifier.ts
- Verifier.ts
- constants.ts
- types.ts
- util.ts
- verify.ts
- .gitattributes
- .gitignore
- .prettierignore
- LICENSE
- package.json
- README.md
- truffle-plugin.json
- tsconfig.json
- update-version.ts
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/rkalis/truffle-plugin-verify
Downloads the entire project code from GitHub to your computer.
cd truffle-plugin-verify
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install -D truffle-plugin-verify
Downloads and installs the libraries listed in package.json.
yarn add -D truffle-plugin-verify
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
