https://github.com/jaracil/ethbrain
Transforms a passphrase into a valid Ethereum/BSC/Polygon/... wallet
https://github.com/jaracil/ethbrain
binance brainwallet bsc ethereum heco huobi okex polygon wallet
Last synced: 3 days ago
JSON representation
Transforms a passphrase into a valid Ethereum/BSC/Polygon/... wallet
- Host: GitHub
- URL: https://github.com/jaracil/ethbrain
- Owner: jaracil
- License: mit
- Created: 2021-08-17T16:14:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T16:22:22.000Z (about 4 years ago)
- Last Synced: 2025-09-21T20:58:36.518Z (15 days ago)
- Topics: binance, brainwallet, bsc, ethereum, heco, huobi, okex, polygon, wallet
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ethbrain
Transforms a passphrase into a valid Ethereum/BSC/Polygon/... walletIt uses the SHA256 Hash function to derivate private key from passphrase.
## Why?
I needed a way to regain access to my wallets without depending on any physical instrument.## Install
`npm install -g ethbrain`## Usage
```
Options:
-p Show private key in hex format.
-q Show private key QR code.
--help, -h Show help.Usage example:
ethbrain -p -q #Show private key in hex format and QR code.
```