0.1.0 • Published 2 years ago
solana-wallet-creator v0.1.0
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()0.1.0
2 years ago