Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 502 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 502 Bytes

The pallet adds functionality to mint a value on an account, and to optionally mint a percentage of this value on another account (as a fee). It also provides an extrinsic to change the percentage value.

The calls have to be from Root, so as a Democracy proposal, or as a sudo call.

This pallet was originally made for the Kabocha Network parachain, with the support of Decentration and tdelabro