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
- Host: GitHub
- URL: https://github.com/lestoni/sapphire
- Owner: lestoni
- Created: 2019-01-10T06:28:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T06:28:53.000Z (over 7 years ago)
- Last Synced: 2025-07-29T12:56:40.679Z (10 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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