0.0.8-alpha.13 • Published 4 years ago
@pognetwork/champ-wasm v0.0.8-alpha.13
pog-wasm
pog-wasm exposes champ's wallet generation and decryption/encryption to JavaScript and TypeScript applications.
Usage
import { Wallet } from "@pognetwork/champ-wasm";
const wallet = Wallet.generate("hunter2");
const unlockedWallet = Wallet.unlock(wallet, "hunter2");
console.log(unlockedWallet); // Don't do this :)
Building
$ wasm-pack build --target web
0.0.8-alpha.13
4 years ago
0.0.8-alpha.11
4 years ago
0.0.8-alpha.10
4 years ago
0.0.8-alpha.9
4 years ago
0.0.8-alpha.3
4 years ago
0.0.8-alpha.2
4 years ago
0.0.8-alpha.1
4 years ago
0.0.8
4 years ago