Skip to content

Instantly share code, notes, and snippets.

@webmaster128
Created March 26, 2022 13:43
Show Gist options
  • Save webmaster128/9124ba505845b1bf15b998090f373f4a to your computer and use it in GitHub Desktop.
Save webmaster128/9124ba505845b1bf15b998090f373f4a to your computer and use it in GitHub Desktop.
Juno zero address
$ npx @cosmjs/[email protected] \
--code 'import { toBech32 } from "@cosmjs/encoding"; console.log(toBech32("juno", new Uint8Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])))'
# juno1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq93ryqp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment