This repository produces the mathematics underlying the Nibiru Chain tokenomics,
defining the inflation curve for the community distribution, generating plots,
and verifying correctness on polynomial factors used in the x/inflation
of the
network's source code.
cargo install just
just
just i # install
just run
This should display "Dash is runnning on http://127.0.0.1:8050/", or another similar success message.
- docs: Explain directory strucutre
- feat: add
just
command for generating the tex pdf - feat: add latex dependency installation to the
just i
.