incogiscool / arweave-upload-bundlr

Simple program to allow users to upload files to Arweave using Bundlr.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project uses @bundlr-network/client dependency. Please run npm install to install it.

To run this project, you must have:

  • NodeJS OR ts-node installed
  • a solana 88 char private key (please put it inside the txt file named "privateKeyChar.txt")
  • solana tokens (devnet)

Please run "ts-node index.ts" OR "node index.js"

Make sure to configure dataPath vairable to the data that you want to upload to arweave. Example data provided in ./data.

About

Simple program to allow users to upload files to Arweave using Bundlr.


Languages

Language:TypeScript 52.8%Language:JavaScript 47.2%