Local Web Wallet Run an http server inside ofwallet/wasm/webfolder. If you don't have once, you can use the following: cdwallet/wasm/web cargo install basic-http-server basic-http-server Thebasic-http-serverwill serve on port 4000 by default, so open your web browser and loadhttp://lo...
2 changes: 1 addition & 1 deletion 2 modules/controller/kaspa-wallet-worker-module.js Original file line numberDiff line numberDiff line change @@ -1,5 +1,5 @@ const mod = require("@kaspa/wallet-worker"); export const { Wallet, initKaspaFramework, log, workerLog, Core, St...
Kaspa CLI + Wallet `kaspa-cli` crate provides cli-driven RPC interface to the node and a terminal interface to the Rusty Kaspa Wallet runtime. These wallets are compatible with WASM SDK Wallet API and Kaspa NG projects. cd cli cargo run --release...