Skip to main content
GM BUNDLOOOORS!
Start saving your data permanently with 3-4 lines of code
const bundlr = new Bundlr("http://node1.bundlr.network", 
"ethereum",
myPrivateKey);
await bundlr.fund(1e18);
const tx = await bundlr.uploadFile(myFile);
console.log("File uploaded ==> ");
console.log(`https://arweave.net/${tx.id};`);
const bundlr = new Bundlr("http://node1.bundlr.network", "ethereum", 
myPrivateKey);
await bundlr.fund(1e18);
const tx = await bundlr.uploadFile(myFile);
console.log(`File uploaded ==> https://arweave.net/${tx.id};`);
particle sphere