Trove continues its march toward full decentralization with native IPFS support.
IPFS Storage Integration
The Trove SDK now includes built-in IPFS storage via Pinata:
- >Decentralized by default - Assets stored on IPFS, not centralized servers
- >Content-addressed - Files referenced by their hash, ensuring integrity
- >Pinata managed - Professional pinning service ensures availability
- >SDK integration - Simple API for uploading and retrieving content
This means Troves can now contain truly decentralized digital assets. The content persists even if Trove's servers go offline.
Homepage Redesign
We've also launched a redesigned homepage at [trove.website](https://trove.website):
- >Animated hero section - Dynamic visuals showcasing Trove capabilities
- >Value-focused messaging - Clearer communication of what Trove enables
- >Improved navigation - Easier path to documentation and getting started
Technical Details
The IPFS integration uses: - Pinata's pinning API for reliable storage - CIDv1 for content addressing - Automatic metadata generation - SDK methods: `uploadToIPFS()`, `getFromIPFS()`
What's Next
Q2 will bring the Trove testnet with full ZK conditional access proofs.