pte-manifest-compiler
TypeScript icon, indicating that this package has built-in type declarations

0.1.28 • Public • Published

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

/pte-manifest-compiler/

    Package Sidebar

    Install

    npm i pte-manifest-compiler

    Weekly Downloads

    2

    Version

    0.1.28

    License

    none

    Unpacked Size

    794 kB

    Total Files

    5

    Last publish

    Collaborators

    • radixpublishing-owner
    • rdxworks