Substrate Ecosystem Runtime Module Library (SERML) 🚀 Serml is a community based library/collection of Substrate Blockchain Development Runtime Modules maintained by Setheum Labs for Subatrate based Blockchain projects like Setheum, Polkadot, Kusama, et al.
-
- Implements a simple price feed.
-
- Implements a Multicurrency Elastic Stablecoin Auction Market that buys or auctions the Reserve Asset/ Native Currency for multiple stable-currencies/stablecoins that will be contracted or expanded by the
serp-tes
pallet. Developed originally for the SERP (Setheum Elastic Reserve Protocol) as SERP pallets.
- Implements a Multicurrency Elastic Stablecoin Auction Market that buys or auctions the Reserve Asset/ Native Currency for multiple stable-currencies/stablecoins that will be contracted or expanded by the
-
- Implements a Multicurrency Elastic Stablecoin Token Elasticity of Supply (TES) System that Elastically Algorithmically Contracts and Expands stablecoin/stable-currency supply with a native currency as Reserve Asset. Developed originally for the SERP (Setheum Elastic Reserve Protocol) as SERP pallets.
-
- Implements of a collection of transient storage adapters on top of the substrate storage API.
-
- Implements a Multicurrency Elastic Stablecoin Setheum Tokenization Protocol (STP) that provides multiple stable currencies under one umbrella and a Reserve Asset that Algorithmically through other SERP/SERML pallets stabilizes the stable-currencies. Developed originally for the SERP (Setheum Elastic Reserve Protocol) as SERP pallets.
Checkout serml-workshop for example usage.
make check
- Type check the code, without std feature, excluding tests.
make check-tests
- Type check the code, with std feature, including tests.
make test
- Run tests.
In Alphabetical Order