Skip to content

Commit

Permalink
Add Verite verification script (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
venables authored Dec 14, 2022
1 parent 141797a commit 5c8b1d3
Show file tree
Hide file tree
Showing 4 changed files with 1,407 additions and 50 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ Here is an example command to pause a hypothetical contract:
npx hardhat setPaused --address 0x5FbDB2315678afecb367f032d93F642f64180aa3 --paused true
```

### Getting a Circle Verite Verification Result

Update the config in `scripts/verite-verify.ts` with the appropriate values, then run

```sh
npx hardhat run scripts/verite-verify.ts
```

This will print out a verification result that can be send to the `verify()` method on the given contract.

### Etherscan Verification

Contract source can be uploaded and verified to Etherscan. Update `.env` to include your etherscan API key.
Expand Down
Loading

0 comments on commit 5c8b1d3

Please sign in to comment.