Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.
/ SERML Public archive
forked from Setheum-Labs/SERML

Setheum Ecosystem Runtime Module Library 🚀

License

Notifications You must be signed in to change notification settings

alfellati/SERML

 
 

Repository files navigation

SERML

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.

Runtime Modules Overview

  • fetch-price

    • Implements a simple price fetch that fetches and makes price feed available on chain.
  • price

    • Implements a simple price feed.
  • serp-market

    • 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.
  • serp-tes

    • 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.
  • storage-adapters

    • Implements of a collection of transient storage adapters on top of the substrate storage API.
  • stp258

    • 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.

    Example

Checkout serml-workshop for example usage.

Development

Makefile targets

  • 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.

Projects using SERML

In Alphabetical Order

About

Setheum Ecosystem Runtime Module Library 🚀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.6%
  • Shell 27.4%