Coder Social home page Coder Social logo

sigmate's Introduction

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.

sigmate's People

Contributors

istoramandiri avatar

Stargazers

Etch avatar Guiz avatar Selvakumar Esra avatar Pramesh Bajracharya avatar Adamansky Anton avatar  avatar  avatar Matt Smith avatar  avatar Jorge avatar  avatar Marcus R. Brown avatar cgewecke avatar

Watchers

Adamansky Anton avatar James Cloos avatar Anthony Eufemio avatar kcchng avatar  avatar

sigmate's Issues

[feature request] Prompt asking for derivation path

Hello,

After investigating I found that different Ethereum project are using different derivation paths. Sigmate / eth-lightwallet use the "Consensys" derivation path "m/0'/0'/0'" by default, whereas Metamask and Testrpc use the BIP44 derivation path "m/44'/60'/0'/0".
So I would like to request a feature. When running sigmate keystore, I would like to be able to choose between these two or being able to enter the derivation path I want.

Do you think it is relevant ?
Thank you for your great work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.