Update root README
This commit is contained in:
parent
440da93b3e
commit
792d97c39b
25
README.md
25
README.md
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user