Socket
Book a DemoInstallSign in
Socket

arbundler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arbundler

pipPyPI
Version
0.3.0
Maintainers
1

arbundler

A small package to interact with arweave bundlers, supports turbo API https://upload.ardrive.io/api-docs. Features:

  • produces signature compliant with ANS-104
  • supports only ArweaveSigner for now

Example usage

from arbundler import ArweaveSigner, ArBundlerClient

signer = ArweaveSigner.from_file("wallet.json")
client = ArBundlerClient(signer)

r = await client.upload_file("test.png", tags=[{"name": "content-type", "value": "image/png"}])

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts