Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

0.5.3

Latest
Compare
Choose a tag to compare
@balqaasem balqaasem released this 27 Mar 23:02
· 6 commits to master since this release
40ea88c

The STP258 Currencies module provides a mixed stablecoin system, by configuring a native currency which implements Stp258AssetExtended, and a multi-currency which implements Stp258Currency.

This module is based on the STP-258 Standard built on the STP-258 Serp implementing the STP-258 Traits.

Implementations

The stp258 module provides implementations for following traits.

Stp258Currency - Abstraction over a fungible multi-currency stablecoin system.
Stp258CurrencyExtended - Extended Stp258Currency with additional helper types and methods, like updating balance by a given signed integer amount.