Irys Developer Tools For Arweave
High-performance tools for building on Arweave
Frictionless integration with 3 lines of code
Easily search transaction metadata
Permanent data from your CLI
Start your learning journey here
Use our SDK and start storing data permanently with 3 lines of code.
const irys = new Irys({ network, token, key }); const fundTx = await irys.fund(irys.utils.toAtomic(0.05)); const receipt = await irys.uploadFile("./myImage.png");