bech32

command module
v0.0.0-...-4b729f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2018 License: MIT Imports: 4 Imported by: 0

README

bech32

Command Line Bech32 Encode/Decode

Install

$ go get -u github.com/cfromknecht/bech32

Encode

$ bech32 encode <human-readable-prefix> <payload>

OR

$ bech32 encode --hrp=<human-readable-prefix> --payload=<payload>

Decode

$ bech32 decode <encoding>

OR

$ bech32 decode --encoding=<encoding>

Example

$ bech32 encode hello world
hello1wahhymrynlvsms

$ bech32 decode hello1wahhymrynlvsms
hello world

Help

$ bech32 -h
$ bech32 encode -h
$ bech32 decode -h

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL