Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 932 Bytes

feeshare

Abstract

This document specifies the internal x/feeshare module of Juno Network.

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.

Contents

  1. Concepts
  2. State
  3. State Transitions
  4. Transactions
  5. Hooks
  6. Events
  7. Parameters
  8. Clients