deploy-passport

command
v0.0.0-...-f1d979d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2018 License: GPL-3.0 Imports: 15 Imported by: 0

README

deploy-passport

Utility tool to deploy Passport contract.

Usage

Usage of ./deploy-passport:

  -backendurl string
    	backend URL (simulated backend used if empty)
  -factoryaddr string
    	Ethereum address of passport factory contract
  -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 passport contract in simulated environment (for testing) using Ethereum private key stored in file ./owner.key.

    ./deploy-passport -ownerkey ./owner.key
    
  • Deploying passport contract in Ropsten network using passport factory contract at 0x87b7Ec2602Da6C9e4D563d788e1e29C064A364a2 and Ethereum private key stored in file ./owner.key:

    ./deploy-passport -ownerkey ./owner.key -factoryaddr 0x87b7Ec2602Da6C9e4D563d788e1e29C064A364a2 -backendurl https://ropsten.infura.io
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL