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.
- Host: GitHub
- URL: https://github.com/peratx/terra-pubkey-converter
- Owner: PeratX
- Created: 2022-04-28T13:07:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T15:56:14.000Z (about 4 years ago)
- Last Synced: 2025-01-22T20:51:28.497Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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