Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

pte-manifest-compiler

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pte-manifest-compiler

Library for compiling Babylon PTE manifest into transaction

latest
npmnpm
Version
0.1.28
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 12 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts