Skip to content

Commit

Permalink
[Protocol3] install truffle-flattener (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
dong77 committed Aug 16, 2019
1 parent 87a83af commit 6894293
Show file tree
Hide file tree
Showing 3 changed files with 1,052 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/loopring_v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ If you have installed truffle globally, you can run:
`npm run transpile && truffle migrate --network <network> --reset --dry-run`

Replace network with `development`, `live`, `ropsten`, `koven`, etc.

## Etherscan.io Code Verification

You can run `truffle-flattener <solidity-files>` to flatten a file. For contracts with constructor arguments, use https://abi.hashex.org/ to generated the argument string. To verify on etherscan.io, you also need to learn which libraries are linked to each contract from the migration scripts.
Loading

0 comments on commit 6894293

Please sign in to comment.