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

https://github.com/corvusstorage/polkadot-private-key-generator

This code uses the schnorrkel library to generate a random seed and derive a key pair from it
https://github.com/corvusstorage/polkadot-private-key-generator

polkadot polkadotgenerator

Last synced: 11 months ago
JSON representation

This code uses the schnorrkel library to generate a random seed and derive a key pair from it

Awesome Lists containing this project

README

          

# Polkadot private key Generator

This code uses the schnorrkel library to generate a random seed and derive a key pair from it. The private and public keys are then extracted from the key pair and encoded as hexadecimal strings. The public key is also encoded as a Polkadot address using the encodeAddress function from the @polkadot/keyring library.