stp258-tokens

Crates.iostp258-tokens
lib.rsstp258-tokens
version0.5.1-dev
sourcesrc
created_at2021-03-28 02:26:57.604243
updated_at2021-03-28 05:33:56.220755
descriptionFungible tokens module that implements `SettCurrency` trait.
homepagehttps://setheum.xyz
repositoryhttps://github.com/Setheum-Labs/stp258-serp
max_upload_size
id374510
size105,827
Muhammad-Jibril (JBA-Khalifa)

documentation

https://wiki.setheum.xyz

README

Setheum Tokenization Protocol 258

Multi-Currency Stablecoin SERP Module

Overview

The stp258 module provides fungible multiple stable currencies functionality that implements SettCurrency trait.

The stp258 module provides functions for:

  • Querying and setting the balance of a given account.
  • Getting and managing total issuance.
  • Balance transfer between accounts.
  • Depositing and withdrawing balance.
  • Slashing an account balance.
  • Minting and Burning currencies.
  • Fetching prices for currencies.

Acknowledgement & Reference

This Pallet is inspired by the ORML Tokens Pallet developed by Open Web3 Stack, for reference check The ORML Repo.

Commit count: 0

cargo fmt