OVERVIEW
Networks

Networks

Irys has two networks: mainnet and devnet.

Mainnet

Uploads to Irys' mainnet are stored permanently on Arweave. Your upload will remain accessible at all times, even if Irys is no longer available.

Uploads of less than 100 KiB are free.

Uploads can be paid for in any of the many tokens we support.

Devnet

Uploads to Irys' Devnet are kept for roughly 60 days. Devnet is for building and prototyping projects along with learning our SDK.

Uploads can be paid for using free tokens available from faucets.

Node URLs

Most users will not need the direct node URLs as the SDK abstracts this away. If needed, you can use the following:

  • https://arweave.mainnet.irys.xyz
  • https://arweave.devnet.irys.xyz

Chain integrations

Irys is multichain, supporting both paying for uploads with most popular tokens and signing the upload using that token’s cryptography. The signature type used to sign a transaction is tracked at the transaction-level.

Connecting to Irys

See our SDK docs for code samples showing how to connect to our mainnet and devnet.