https://github.com/s5-dev/lib5
This library is used by Dart-based code for the S5 network.
https://github.com/s5-dev/lib5
Last synced: 9 months ago
JSON representation
This library is used by Dart-based code for the S5 network.
- Host: GitHub
- URL: https://github.com/s5-dev/lib5
- Owner: s5-dev
- License: mit
- Created: 2022-11-22T14:05:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T22:26:59.000Z (over 1 year ago)
- Last Synced: 2025-03-27T23:33:04.063Z (about 1 year ago)
- Language: Dart
- Homepage: https://lib5.dev
- Size: 197 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lib5
This library is used by Dart-based code for the S5 Network.
It's more low-level, so if you just want to build an app on S5 you should instead use https://pub.dev/packages/s5
## Features
- Classes to work with CIDs, Multihashes and S5 file metadata
- Sign and verify registry entries
- Full S5 Node implementation which can run anywhere
- Serialize/deserizalize metadata
- All S5 constants
- Some utils
### Install
```sh
dart pub add lib5
dart pub add lib5_crypto_implementation_dart
```