1e473f18ca
Add verify command |
||
---|---|---|
lib | ||
.eslintrc.json | ||
.gitignore | ||
README.md | ||
index.js | ||
package.json | ||
yarn.lock |
README.md
Embark-Flattener
Plugin for Embark to flatten contracts so that they can be verified on Etherscan
Installation
In your Embark dapp directory:
npm install embark-solc --save
then add embark-flattener to the plugins section in embark.json
:
"plugins": {
"embark-flattener": {}
}
Usage
In the console, type flatten
or flatten ContractName(s)
flatten
: Flattens all contractsflatten ContractName(s)
: Flattens the specified contract(s). For multiple contracts, separate them using a comma.
Requirements
- Embark 4.0.0 or higher