An open API service indexing awesome lists of open source software.

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

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
```