https://github.com/anthdm/dynamic-dag-sharding
Let met think some more about a good description.
https://github.com/anthdm/dynamic-dag-sharding
Last synced: about 1 year ago
JSON representation
Let met think some more about a good description.
- Host: GitHub
- URL: https://github.com/anthdm/dynamic-dag-sharding
- Owner: anthdm
- License: mit
- Created: 2018-07-23T10:55:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T18:34:19.000Z (almost 8 years ago)
- Last Synced: 2025-06-02T07:38:57.858Z (about 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic sharding
Simple proof of concept that uses gossip to distribute transaction accross shards.
# Dependencies
```
make deps
```
# Usage
For now:
```
make run
```