-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from Bella-DeFinTech/main
Release v0.1.4
- Loading branch information
Showing
48 changed files
with
2,217 additions
and
248 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Table of contents | ||
|
||
## Getting Started | ||
|
||
- [Overview](README.md) | ||
|
||
- [How "Tuner" Library Works?](docs/how-tuner-library-works.md) | ||
|
||
- [Installing "Tuner"](docs/installing-tuner.md) | ||
|
||
- [Quick Start](docs/quick-start.md) | ||
|
||
## Configuration | ||
|
||
- [Configuration](docs/configuration.md) | ||
|
||
## Guides | ||
|
||
- (Basic)For anyone who is interested in the Uniswap v3 model | ||
|
||
- [Building a client instance](docs/building-a-client-instance.md) | ||
- [About Core Pool Config](docs/about-core-pool-config.md) | ||
- [Getting a Core Pool instance](docs/getting-a-core-pool-instance.md) | ||
- [Interacting with Core Pool](docs/interacting-with-core-pool.md) | ||
|
||
- (Typical)For a quant developer who works on a real pool on mainnet | ||
|
||
- [Fetching all the data of a certain pool from Ethereum](docs/fetching-all-the-data-of-a-certain-pool-from-ethereum.md) | ||
- [Getting a pool instance with the data fetched](docs/getting-a-pool-instance-with-the-data-fetched.md) | ||
|
||
- (Advanced)For a better user experience as a state machine | ||
|
||
- [PoolState & Transition](docs/pool-state-and-transition.md) | ||
- [Post-processor](docs/post-processor.md) | ||
- [Forking & Retracing](docs/forking-and-retracing.md) | ||
- [Persisting & Recovering](docs/persisting-and-recovering.md) | ||
- [SimulatorRoadmapManager](docs/simulator-roadmap-manager.md) | ||
|
||
## Performance | ||
|
||
- [Performance](docs/performance.md) | ||
|
||
## Examples | ||
|
||
- [Uniswap-v3-Events-Downloader](https://github.com/Bella-DeFinTech/uniswap-v3-simulator/tree/main/examples/Uniswap-v3-Events-Downloader) | ||
|
||
- [Uniswap-v3-Strategy-Backtest](https://github.com/Bella-DeFinTech/uniswap-v3-simulator/tree/main/examples/Uniswap-v3-Strategy-Backtest) | ||
|
||
- Uniswap-v3-Risk-Analysis(for some reason, not published yet) | ||
|
||
## Contributing | ||
|
||
- [Contributing](docs/contributing.md) |
Oops, something went wrong.