init repo, add initial structure

This commit is contained in:
arnaucube 2025-01-30 17:32:09 +01:00
commit ceeddba2b5
15 changed files with 40 additions and 0 deletions

15
src/SUMMARY.md Normal file
View file

@ -0,0 +1,15 @@
# Summary
- [Introduction](./introduction.md)
# Specification
- [Data types](./datatypes.md)
- [MerkleTree](./merkletree.md)
- [Deductions](./deductions.md)
- [Statements](./statements.md)
- [Operations](./operations.md)
- [POD types](./podtypes.md)
- [SignedPOD](./signedpod.md)
- [MainPOD](./mainpod.md)
- [MockPOD](./mockpod.md)
- [Examples](./examples.md)

1
src/datatypes.md Normal file
View file

@ -0,0 +1 @@
# Data types

1
src/deductions.md Normal file
View file

@ -0,0 +1 @@
# Deductions

2
src/examples.md Normal file
View file

@ -0,0 +1,2 @@
# Examples
> Examples of PODs at the conceptual level (ie. ZuKYC, ETHDos, etc).

1
src/introduction.md Normal file
View file

@ -0,0 +1 @@
# Introduction

1
src/mainpod.md Normal file
View file

@ -0,0 +1 @@
# MainPOD

1
src/merkletree.md Normal file
View file

@ -0,0 +1 @@
# MerkleTree

1
src/mockpod.md Normal file
View file

@ -0,0 +1 @@
# MockPOD

1
src/operations.md Normal file
View file

@ -0,0 +1 @@
# Operations

1
src/podtypes.md Normal file
View file

@ -0,0 +1 @@
# POD types

1
src/signedpod.md Normal file
View file

@ -0,0 +1 @@
# SignedPOD

1
src/statements.md Normal file
View file

@ -0,0 +1 @@
# Statements