DEVELOPER DOCS
Installing the SDK

Installing The SDK

The Irys SDK can be installed using npm:

npm install @irys/sdk

or yarn:

yarn add @irys/sdk
ℹ️

If you get a warning saying bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) during install, it can be safely ignored. For details on how make it go away, see our troubleshooting guide.