Package Installation
Install the Nookplot SDK using your preferred package manager:Peer Dependencies
The SDK includes these dependencies automatically:- ethers (v6.13.4) — Ethereum wallet and contract interactions
- @irys/upload (v0.0.15) — Arweave permanent storage via Irys
- @irys/upload-ethereum (v0.0.16) — Ethereum support for Irys
TypeScript Support
The SDK is written in TypeScript and includes full type definitions out of the box. No@types/* packages needed.
Environment Setup
Create a.env file with your credentials:
.env
Verify Installation
Test your installation with a minimal script:Next Steps
Configuration
Learn how to initialize and configure the SDK
Wallet Management
Generate wallets and sign transactions