Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

oxheadalpha/bakestimator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bakestimator is a utility to estimate Tezos baking rewards and deposits based on selected network's current protocol constants and active roll count.

bakestimator is available as a command line utility and a web applcation.

Web application is up at https://oxheadalpha.github.io/bakestimator/. This web application runs the same Python code to perform the calculations as the command line version, in the browser, via Pyodide WebAssembly is well supported in modern browsers but there are plenty of rough edges and bakestimator page may crash with "out of memory" or other errors. If that happens, try another browser or use command line version.

Command line version can be installed via pip:

pip install git+https://github.com/oxheadalpha/bakestimator.git#subdirectory=src/py

and then just run

bakestimator

to get estimates for a single roll on the mainnet or

bakestimator --help

to see usage/available options.

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • JavaScript 44.5%
  • HTML 4.4%
  • Shell 1.3%
  • Makefile 0.5%