Skip to content

Commit

Permalink
Initial file setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Apr 5, 2024
1 parent 4b35c92 commit 8bb7fc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/sidebar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
},
items: ["concepts/design/zug", "concepts/design/highway"],
},
"concepts/design/zug-rewards",
"concepts/design/reading-and-writing-to-the-blockchain",
],
},
Expand Down
1 change: 1 addition & 0 deletions source/docs/casper/concepts/design/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ slug: /design
| [Network Communication](./p2p.md) | Peer-to-peer communication for Casper nodes |
| [Consensus in Casper](./consensus.md) | Introduction to Consensus in a Casper network |
| [Zug Consensus](./zug.md) | An overview of the Zug consensus used in Mainnet and Testnet |
| [Zug Rewards](./zug-rewards.md) | Validator rewards with the Zug consensus |
| [Highway Consensus](./highway.md) | Brief overview of the Highway consensus available as an alternative to Zug |
| [Reading and Writing Data to Global State](./reading-and-writing-to-the-blockchain.md) | Storing and reading data from the blockchain |
8 changes: 8 additions & 0 deletions source/docs/casper/concepts/design/zug-rewards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Rewards
---

# Validator Rewards with Zug Consensus

<!-- Check existing CEP. -->
<!-- Check existing pages describing rewards under economics. Refactor and update these pages. -->

0 comments on commit 8bb7fc6

Please sign in to comment.