dart_ipfs 0.1.0 dart_ipfs: ^0.1.0 copied to clipboard
A Dart implementation of an IPFS server.
Changelog #
0.1.0 - Initial Release (2024-11-17) #
- Initial implementation of IPFS server in Dart
- Core IPFS functionality including:
- Content addressing with CID support
- Block storage with pluggable datastores
- DHT-based content routing
- PubSub messaging
- CAR import/export
- IPNS support
- Basic networking and P2P communication
- Comprehensive documentation and examples