Tokenomics Simulator
An open-source engine for simulating the tokenomics of a project.
It allows users to simulate trades, calculate various metrics, and predict user behaviour over different time intervals.
Reference implementation
Documentation
For more in-depth details, please refer to the full documentation.
If you encounter any issues or have questions that are not addressed in the documentation, feel free to submit an issue.
Examples
In addition to the usage example below, there are more examples available in the examples
directory of the repository.
These examples demonstrate various ways to use the tokenomics-simulator
crate.
Usage
To use the tokenomics-simulator
crate in your project, add it to your Cargo.toml
:
[]
= "x.x.x"
Below is an example of how to create and run a simulation using the crate. This example demonstrates how to build simulation options, create a simulation, and run it with a token. For more detailed information and advanced usage, please refer to the full documentation.
use ;
Safety
This crate uses #![forbid(unsafe_code)]
to ensure everything is implemented in 100% safe Rust.
Contributing
🎈 Thanks for your help improving the project! We are so happy to have you!
We have a contributing guide to help you get involved in the project.