Skip to content

Commit

Permalink
Update showcases.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamicstrategies committed Dec 2, 2021
1 parent 811fc83 commit 52aadb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Expand Up @@ -675,6 +675,15 @@ const Showcases = [
source: null,
tags: ["wallet", "nft", "metadata"],
},
{
title: "Staking Rewards Calculator",
description:
"A detailed Staking Rewards Calculator thats shows expected return to the operator and delegators of each pool based on the current and alternative network parameters. It also runs a Monte Carlo simulation to show possible variability in the return.",
preview: require("./showcase/dsio-reward-calculator.png"),
website: "https://dynamicstrategies.io/crewardcalculator",
getstarted: null,
tags: ["pooltool","analytics","educational"],
},
];

export const TagList = Object.keys(Tags);
Expand Down

0 comments on commit 52aadb9

Please sign in to comment.