https://github.com/happy-sdk/cryptdatum
The Cryptdatum format is a powerful, flexible universal data format for storing data to be long term compatible accross domains
https://github.com/happy-sdk/cryptdatum
dataformat specification
Last synced: 3 months ago
JSON representation
The Cryptdatum format is a powerful, flexible universal data format for storing data to be long term compatible accross domains
- Host: GitHub
- URL: https://github.com/happy-sdk/cryptdatum
- Owner: happy-sdk
- License: apache-2.0
- Created: 2024-06-05T04:42:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-15T14:12:04.000Z (11 months ago)
- Last Synced: 2026-01-13T19:59:48.726Z (3 months ago)
- Topics: dataformat, specification
- Language: Go
- Homepage:
- Size: 819 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptdatum Data Format
> Public Working Draft and prototype.
Cryptdatum is a powerful, flexible universal data format for storing and transmitting data securely and efficiently.
[Cryptdatum Data Format Specification - Version 1.0.0-rc.1 (Public Working Draft)](https://cryptdatum.dev/specs/latest/)
## Development Setup
To contribute to this project, follow these steps:
1. Clone the repository with submodules:
```bash
git clone --recurse-submodules git@github.com:happy-sdk/cryptdatum.git
cd cryptdatum
```