-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jose Eduardo Rojas Jimenez edited this page Dec 14, 2025
·
3 revisions
Welcome to the dart_ipfs wiki! This is the comprehensive documentation for the production-ready IPFS implementation in Dart.
| Page | Description |
|---|---|
| Installation | Get started with dart_ipfs |
| Quick-Start | Basic usage examples |
| API Reference | Complete API documentation |
| Architecture | System design and components |
| Configuration | All configuration options |
| Troubleshooting | Common issues and solutions |
dart_ipfs is a complete IPFS (InterPlanetary File System) implementation in Dart, providing:
- ✅ Content-Addressable Storage - CID v0/v1 support
- ✅ P2P Networking - Bitswap, DHT, PubSub
- ✅ HTTP Gateway - Serve IPFS content over HTTP
- ✅ Offline Mode - Local-first operation
- ✅ Flutter Support - Mobile and web platforms
| Mode | Use Case |
|---|---|
| Offline | Local storage, no networking |
| Gateway | HTTP server with optional P2P |
| P2P Full | Complete network participation |
- GitHub Issues - Bug reports & features
- Discussions - Questions & ideas
- pub.dev - Package page