0.0.8-alpha.13 • Published 4 years ago

@pognetwork/champ-wasm v0.0.8-alpha.13

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
4 years ago

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