Update root README

This commit is contained in:
Prathamesh Musale 2025-08-13 15:35:18 +05:30
parent 440da93b3e
commit 792d97c39b

View File

@ -1,5 +1,22 @@
# lockdrop-simulation
## Overview
This repository provides two main ways to work with lockdrop calculations:
### Interactive Experimentation
For independent experimentation with lockdrop allocation scenarios, see [EXPERIMENT.md](./EXPERIMENT.md). This allows you to:
- Experiment with different participation distributions using an interactive Jupyter notebook
- Test various scenarios (balanced, five-year focused, short-term focused, etc.)
- Export timestamped results for analysis
### Full Simulation & Validation
Continue reading below for the complete simulation workflow that validates token distribution against a live zenithd node.
---
## Approach
The lockdrop simulation validates the Zenith Network's token distribution mechanism by creating a realistic test environment without requiring real Ethereum data or live participants.
@ -319,11 +336,3 @@ deactivate
# Remove virtual environment directory
rm -rf venv
```
## Interactive Experimentation
For independent experimentation with lockdrop allocation scenarios without running the full simulation, see [EXPERIMENT.md](./EXPERIMENT.md). This allows you to:
- Experiment with different participation distributions using an interactive Jupyter notebook
- Test various scenarios (balanced, five-year focused, short-term focused, etc.)
- Export timestamped results for analysis