0.2.0 • Published 10 months ago

@fl0rek/lumina-node-wasm v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Lumina node wasm

A compatibility layer for the Lumina node to work within a browser environment and be operable with javascript.

import init, { Node, NodeConfig, Network } from "/wasm/lumina_node_wasm.js";

await init();

const config = NodeConfig.default(Network.Mainnet);
const node = await new Node(config);

await node.wait_connected();
await node.request_head_header();
0.2.0

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago