arseeding-arbundles
TypeScript icon, indicating that this package has built-in type declarations

0.6.27 • Public • Published

ANS-104 Bundles

If you want to use Bundlr Network head over to this repo

A low level library for creating, editing, reading and verifying bundles.

See ANS-104 for more details.

Installing the library

Using npm:

npm install arbundles

Using yarn:

yarn add arbundles

Creating bundles

import { bundleAndSignData, createData } from "arbundles";

const dataItems = [createData("some data"), createData("some other data")];

const signer = new ArweaveSigner(jwk);

const bundle = await bundleAndSignData(dataItems, signer);

Readme

Keywords

none

Package Sidebar

Install

npm i arseeding-arbundles

Weekly Downloads

274

Version

0.6.27

License

Apache-2.0

Unpacked Size

220 kB

Total Files

132

Last publish

Collaborators

  • xaber