Lean & mean.
Dang it, Bobby!
Using npm:
npm install @memetic-block/hank-hills-ass
Using yarn:
yarn add @memetic-block/hank-hills-ass
import { bundleAndSignData, createData } from "@ar.io/arbundles";
const dataItems = [createData("some data"), createData("some other data")];
const signer = new ArweaveSigner(jwk);
const bundle = await bundleAndSignData(dataItems, signer);
See the Bundling Reference on the Arweave cookbook for more examples of how to use this library.
This repository is a fork of fork of the archived original.
A low level library for creating, editing, reading and verifying bundles.
See ANS-104 for more details.