Skip to content

A web app that estimates desirabilities of cardano stack pools

License

Notifications You must be signed in to change notification settings

CBroveleit/cardano-stake-pool-desirability

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

This project estimates desirabilities of Cardano stack pools, as well as rewards for stack pool leaders and stack pool members.
The calculation is based on cardano delegation design specification.

What is desirability?

Desirability of a stake pool shows how desirable it is for participants to delegate their stakes to. More desirable a pool is, more ADA rewards people will get by delegating to the pool.

Why should I care about desirabilities?

After Cardano enters Shelley (decentralization), people will be able to delegate their stake or run their own stake pools. Stake pools will be ranked by their desirabilities and be shown on Daedalus. Participants will be delegating their stakes to pools that have higher desirabilities for more rewards. Desirability is important if you are interested in:

  • running your own stake pools
  • experimenting your choices of cost and fee(margin) for your pools

Getting started

The webapp is available here.

If you want to build your own version, in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A web app that estimates desirabilities of cardano stack pools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • CSS 2.8%
  • HTML 2.6%