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