Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reserve-protocol/tiny39
https://github.com/reserve-protocol/tiny39
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reserve-protocol/tiny39
- Owner: reserve-protocol
- License: other
- Created: 2022-08-30T18:20:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T18:42:01.000Z (over 2 years ago)
- Last Synced: 2024-06-20T15:52:50.013Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny39: Very Tiny BIP39 Mnemonic Generator
This is a tiny go script that just generates a single, 256-bit bip39 mnemonic from a cryptographic randomness source. It's a tiny executable wrapper around the `github.com/tyler-smith/go-bip39` package.
If you're looking for a CLI tool with more than one feature, you probably want the bip39 tool over here: https://github.com/kubetrail/bip39
# Installation
Installation and usage are pretty simple though. Assuming no familiarity with standard module handling in `go`:1. Have the [go compiler toolchain](https://go.dev/dl/) installed. You can check this by running `go version`.
2. Run `go install github.com/reserve-protocol/tiny39@latest`.# Usage
Just `~/go/bin/tiny39`. It takes no options.
Or, if you've tinkered with your go defaults before and you no longer know where your binary , run `$(go env GOPATH)/bin/tiny39`.
Output will look something like:
MNEMONIC="pizza cereal violin genuine prosper donor word marine desk upgrade slam rebel shop tribe wide robust tragic motor mixture system plug naive gain exile"