Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 938 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 938 Bytes

◀ modules

jklmint

Contents

  1. Concept
  2. Begin-Block
  3. Client

Concept

The Jackal Mint module is a drop-in replacement for the cosmos-sdk module: Mint. The key differences between this and the pre-existing minting module are that jklmint does not adjust inflation based on rate of bonded tokens. The jklmint module prints 10000000ujkl per block and distributes it to both the jklmining module and the default distribution module.

Begin-Block

At the start of the block, the module creates 10000000ujkl (10JKL) and it is then sent to the fee collector. This is in contrast to the inflation model that the old mint module used.

Client

There is no client interaction with the jklmint module.