solana-keypair-extractor
v1.0.1
Published
A node package which helps you in extracting public and private keys as base58 strings from the given wallet keypair.
Downloads
23
Maintainers
Readme
Solana Keypair Extractor
A node package which helps you in extracting public and private keys as base58 strings from the given wallet keypair.
Installation
Install the package with npm
npm install solana-keypair-extractorInstall the package with yarn
yarn add solana-keypair-extractorUsage/Examples
import {getPrivateKeyFromKeypair, getPublicKeyFromKeypair} from 'solana-keypair-extractor'
const privateKey = getPrivateKeyFromKeypair("YOUR_WALLET_KEYPAIR");
const publicKey = getPublicKeyFromKeypair("YOUR_WALLET_KEYPAIR");Authors
License
Support
For support, email [email protected].
