How to run them
git clone git@github.com:Peersyst/ckb-wallet-sdk.gitimport { ConnectionService, Environments, WalletService, Logger, WalletState } from "../src";
const ckbUrl = "http://localhost:8117/rpc";
const indexerUrl = "http://localhost:8117/indexer";
const mnemonic = "private pond zero popular fashion omit february obscure pattern city camp pistol";
// Main function
...npm run example --name=<example-name>npm run example --name=create-walletLast updated