command
Version:
v0.0.0-...-f1d979d
Opens a new window with list of versions in this module.
Published: Nov 28, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
deploy-bootstrap
Utility tool to deploy three contracts at once:
- PassportLogic contract
- PassportLogicRegistry contract
- PassportFactory contract
After passport factory contract is created, it can be used to deploy Passport contracts using
deploy-passport tool.
Usage
Usage of ./deploy-bootstrap
:
-backendurl string
backend URL (simulated backend used if empty)
-ownerkey string
owner private key filename
-ownerkeyhex string
private key as hex (for testing)
-verbosity int
log verbosity (0-9) (default 2)
-vmodule string
log verbosity pattern
Examples
-
Deploying all contracts in simulated environment (for testing) using Ethereum private key stored in file ./owner.key
.
./deploy-bootstrap -ownerkey ./owner.key
-
Deploying all contracts in Ropsten network using Ethereum private key stored in file ./owner.key
:
./deploy-bootstrap -ownerkey ./owner.key -backendurl https://ropsten.infura.io
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.