An open API service indexing awesome lists of open source software.

https://github.com/peratx/terra-pubkey-converter

Converter for Terra Account Address to Public Key and vise versa.
https://github.com/peratx/terra-pubkey-converter

Last synced: over 1 year ago
JSON representation

Converter for Terra Account Address to Public Key and vise versa.

Awesome Lists containing this project

README

          

# Terra PubKey Converter

Converter for Terra Account Address to Public Key and vise versa.

## Usage

```bash
$ yarn
$ node ./src/pubtoacc.js 9f4e76fdbdc4873337668f5d6675d71cfe3176be
PubKey: 9f4e76fdbdc4873337668f5d6675d71cfe3176be, Terra Account: terra1na88dldacjrnxdmx3awkvawhrnlrza47gppnzx
$ node ./src/acctopub.js terra1na88dldacjrnxdmx3awkvawhrnlrza47gppnzx
Terra Account: terra1na88dldacjrnxdmx3awkvawhrnlrza47gppnzx, PublicKey: 9f4e76fdbdc4873337668f5d6675d71cfe3176be
```

## License

AGPL-3.0-only