payjoin
v0.1.1
Published
JavaScript/WASM bindings for rust-payjoin (EXPERIMENTAL)
Readme
Payjoin JavaScript Bindings
Welcome to the JavaScript language bindings for the Payjoin Dev Kit!
Usage
Install
npm install payjoinImport
For node environments:
import { uniffiInitAsync, payjoin } from "payjoin";
// initialize before usage
await uniffiInitAsync();For web browser environments:
import * as payjoin from "payjoin/web";
// or for usage with Vite
import * as payjoin from "payjoin/web-vite";
// initialize before usage
await payjoin.uniffiInitAsync();Made with uniffi-bindgen-react-native
