Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@digix/sigmate

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digix/sigmate

Keystore and Provider Management for Truffle

latest
Source
npmnpm
Version
3.2.0
Version published
Maintainers
8
Created
Source

Sigmate

An Ethereum keystore creation tool. It helps you manage eth-lightwallet keystores, which can be used in your dev team with truffle 3.0.

Why?

  • Simplified keystore management for deployment migrations
  • Seamless truffle integration (with https://github.com/DigixGlobal/truffle-lightwallet-provider)
  • Easily use remote / hosted Etheruem nodes (such as infura)
  • Securely share keys in a standard format with team members
  • Easy setup with CLI tool

Installation

npm install -g @digix/sigmate

Usage

Command Line Interface

To begin, you must create a 'sigmate keystore' to be used for a particular deployment/testing environment.

$ sigmate keystore

You'll be then prompted to enter additional information, including a decryption key and optional seed phrase (if you are restoring from a phrase, enter it here, otherwise a new phrase will be generated):

prompt: Keystore label:  project-x
prompt: Decryption password:
prompt: Number of accounts (default 2):  4
prompt: 12 word mnemonic (optional):

Generated seed mnemonic:
gather fat run barrel champion resource close gasp pond wash twelve loan

Generated keystore with 4 accounts:
/Users/chris/.sigmate/sigmate-v3-project-x.json
- 0x....
- 0x....
- 0x....
- 0x....

A keystore is an eth-lightwallet json file of multiple private keys, encrypted. It stored by default in ~/.sigmate/sigmate-v3-[label].json.

$ sigmate list

Will show a list of existing keystores, their addresses and location on disk.

$ sigmate expose

Will reveal the seed mnemonic and private keys of a given keystore.

Truffle integration

See https://github.com/DigixGlobal/truffle-lightwallet-provider.

FAQs

Package last updated on 07 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts