From 4ef8f733e8a6c8e27f0888dc7612ede4d16675d1 Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 22 Nov 2023 17:22:11 -0500 Subject: [PATCH] Update README.md --- x/feeshare/spec/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x/feeshare/spec/README.md b/x/feeshare/spec/README.md index 1c2d2b46..38370534 100644 --- a/x/feeshare/spec/README.md +++ b/x/feeshare/spec/README.md @@ -9,9 +9,9 @@ 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 @@ -19,7 +19,9 @@ The `x/feeshare` module enables the Juno to support splitting transaction fees b 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)** + +