Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Nov 22, 2023
1 parent 2d81f05 commit 4ef8f73
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions x/feeshare/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ parent:

## Abstract

This document specifies the internal `x/feeshare` module of Juno Network.
This document specifies the internal `x/feeshare` module, which was originally developed by the Juno Network. This documentation is a fork of the [original documentation](https://github.com/CosmosContracts/juno/tree/main/x/feeshare/spec).

The `x/feeshare` module enables the Juno to support splitting transaction fees between the community and smart contract deployer. This aims to increase the adoption of Juno by offering a new way of income for CosmWasm smart contract developers. Developers can register their smart contracts and every time someone interacts with a registered smart contract, the contract deployer or their assigned withdrawal account receives a part of the transaction fees.
This custom implementation of the `x/feeshare` module enables the splitting of revenue from transaction fees between validators and registered smart contracts. Developers can register their smart contracts and every time someone interacts with a registered smart contract, the contract deployer or their assigned withdrawal account receives a part of the transaction fees. If multiple contracts are involved in a transaction, the FeeShare revenue is split evenly between all registered contracts that participated in the transaction.

## Contents

1. **[Concepts](01_concepts.md)**
2. **[State](02_state.md)**
3. **[State Transitions](03_state_transitions.md)**
4. **[Transactions](04_transactions.md)**
5. **[Hooks](05_hooks.md)**
5. **[Post](05_post.md)**
6. **[Events](06_events.md)**
7. **[Parameters](07_parameters.md)**
8. **[Clients](08_clients.md)**


0 comments on commit 4ef8f73

Please sign in to comment.