Registry / crypto / osmosis-labs-bech32-ibc

osmosis-labs-bech32-ibc

JSON →
library0.1.0gogounverified

A Go library for encoding and decoding Bech32 addresses used in IBC (Inter-Blockchain Communication) protocols.

go get github.com/osmosis-labs/bech32-ibc
INSTALL
IMPORT
SIG · OSMOSIS-LABS-BECH3
O
osmosis-labs-bech32-ibc
cryptogov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bech32ibc
github.com/osmosis-labs/bech32-ibc

Convert a Bech32 address to a different HRP

package main import ( "fmt" "github.com/osmosis-labs/bech32-ibc" ) func main() { addr, err := bech32ibc.ConvertBech32("cosmos1...", "osmo") if err != nil { panic(err) } fmt.Println(addr) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
osmosis-labs-bech32-ibc — go get osmosis-labs-bech32-ibc · libregistry