Skip to main content


#Mitra v0.8.0

https://codeberg.org/silverpill/mitra/releases/tag/v0.8.0

Highlights:

- New contracts (v0.5.0): configurable subscription price, separated feature interfaces, added migration helpers.
- Enabled contract feature detection. Currently Mitra has 3 features that require blockchain integration: token gate, NFT minter and subscriptions. If the contract doesn't support some of them, the backend will recognize that and tell the frontend to not show corresponding UI elements, so this can be viewed as a plugin system. Internally, ERC-165 interface identification standard is used.
- Improved subscription setup page.