solana-wallet-creator
v0.1.0
Published
A new and modular way to interact with Solana
Downloads
1
Readme
Solana SDK
A new and modular way to interact with Solana
Installation
npm install solana-sdk
Accounts
Create Wallet
import { createRandomKeypair } from "solana-sdk/accounts"
const keypair = createRandomKeypair()