pte-manifest-compiler
v0.1.28
Published
Library for compiling Babylon PTE manifest into transaction
Downloads
28
Readme
PTE Manifest Compiler
Example Use
import init, { compile_with_nonce } from "pte-manifest-compiler";
await init();
const transaction = compile_with_nonce(txManifest, BigInt(1));
console.log(transaction);
Build
wasm-pack build --target web
Test in Headless Browsers
wasm-pack test --headless --firefox
Publish to NPM
wasm-pack publish --target web