pte-manifest-compiler

v0.1.28
Library for compiling Babylon PTE manifest into transaction

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
npm i pte-manifest-compiler

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 9/12/2022

Downloads

Maintainers