passport-list

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: 16 Imported by: 0

README

passport-list

Utility tool for getting a list of passports created using specific PassportFactory contract.

Usage

Usage of ./passport-list:

  -backendurl string
    	backend URL (simulated backend used if empty)
  -factoryaddr string
    	Ethereum address of passport factory contract
  -out string
    	save retrieved passports to the specified file
  -verbosity int
    	log verbosity (0-9) (default 2)
  -vmodule string
    	log verbosity pattern

Examples

  • Get example passport from the simulated backend:

    ./passport-list
    
  • Get all passports created by the passport factory 0x87b7Ec2602Da6C9e4D563d788e1e29C064A364a2 in Ropsten network and write them to the file ./passports.csv:

    ./passport-list -out ./passports.csv \
      -backendurl https://ropsten.infura.io \
      -factoryaddr 0x87b7Ec2602Da6C9e4D563d788e1e29C064A364a2
    

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