
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@digix/sigmate
Advanced tools
An Ethereum keystore creation tool. It helps you manage eth-lightwallet keystores, which can be used in your dev team with truffle 3.0.
npm install -g @digix/sigmate
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.
See https://github.com/DigixGlobal/truffle-lightwallet-provider.
FAQs
Keystore and Provider Management for Truffle
We found that @digix/sigmate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.