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

https://github.com/lestoni/sapphire

In Memory Block based DB
https://github.com/lestoni/sapphire

Last synced: 8 months ago
JSON representation

In Memory Block based DB

Awesome Lists containing this project

README

          

Why ?

1. To Learn about Merkel , Binary Search Trees
2. To Learn Blockchain
3. Simplified above
4. To learn about gRPC

Design:

1. Simplified Blockchain Minus Mining Part
2. Verifiable(crypto stuff)
3. Implemented as a service
4. Exposed via RPC
5. Exposed via REST
6. Logs
7. Importation

Todo:

1. Authentication Layer
2. Replicated Instances

## Interfaces

Block
- Verify
- Add Transaction

Transaction
- Verify