Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.02 KB

NibiruChain/research

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.

Hacking

cargo install just
just

Run the Tokenomics Dashboard

just i # install
just run

This should display "Dash is runnning on http://127.0.0.1:8050/", or another similar success message.

Reference Links

Task Tracking

  • docs: Explain directory strucutre
  • feat: add just command for generating the tex pdf
  • feat: add latex dependency installation to the just i.