https://github.com/zeriontech/testnet-ethereum-hdwallet
https://github.com/zeriontech/testnet-ethereum-hdwallet
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeriontech/testnet-ethereum-hdwallet
- Owner: zeriontech
- Created: 2017-03-03T08:40:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T23:36:02.000Z (over 9 years ago)
- Last Synced: 2025-01-24T05:11:57.829Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Component to control test ethereum wallet
## Description
Uses node.js and HD-mnemonic wallet.
You should have a *secret.json* file with 12-word mnemonic.
Format for *secret.json* file:
`{
"mnemonic": "<12 words of mnemonic>"
}`
It will be used to create an Ethereum wallet.
## Installation
Run `npm install testnet_ethereum_hdwallet` to install this package.
## Usage
`node wallet.js` will send an address and private key associated with mnemonic in *secret.json*.