@pognetwork/champ-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.0.8-alpha.13 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @pognetwork/champ-wasm

Weekly Downloads

1

Version

0.0.8-alpha.13

License

AGPL-3.0

Unpacked Size

306 kB

Total Files

5

Last publish

Collaborators

  • explodingcamera