1.2.0 • Published 2 years ago

ar-wrapper v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🎁 ar-wrapper

A thin wrapper around arweave-js for versioned permaweb document management. Helps to abstract away complexity for document storage for servers which front transaction + gas costs for users. Includes local caching for optimistic transaction executions.

Usage of this library requires possession of a Arweave keyfile for a wallet which has funds.

You can look at example.js for annotated usage of this library. Type definitions can be found in index.d.ts.

Installation

npm i ar-wrapper
const { ArweaveClient } = require('ar-wrapper')