@memetic-block/hank-hills-ass
v1.1.0
Published
Arweave bundling library
Readme
Hank Hill's Ass (Formerly ANS-104 Bundles)
Lean & mean.
Dang it, Bobby!
Installing the library
Using npm:
npm install @memetic-block/hank-hills-assUsing yarn:
yarn add @memetic-block/hank-hills-assCreating bundles
Quick Example
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);Further Reading
See the Bundling Reference on the Arweave cookbook for more examples of how to use this library.
Prior Art
This repository is a fork of fork of the archived original.
Original Description
A low level library for creating, editing, reading and verifying bundles.
See ANS-104 for more details.


