Irys quickstart
Irys makes it easy to store your data onchain by supporting payments with ETH on Linea. You can upload data with a single upfront payment, with guaranteed retrieval for a duration you set at the upload time — from a few days to forever.
- To upload data, use the Irys SDK or CLI.
- To download data, use the Irys gateway.
Irys SDK​
Install the SDK​
Install using npm:
npm install @irys/upload @irys/upload-ethereum
or yarn:
yarn add @irys/upload @irys/upload-ethereum