From c33dd1342c4a3a35a08fbf3f6b3d0e3a48369cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Nem=C4=8Dek?= <5887929+yangwao@users.noreply.github.com> Date: Fri, 16 Apr 2021 14:30:50 +0200 Subject: [PATCH 1/2] Added orml-nft to README.md, list in lexicographic order. --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 852832c49..31e8b2774 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,29 @@ The Open Runtime Module Library (ORML) is a community maintained collection of S ## Runtime Modules Overview -- [orml-traits](./traits) - - Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more. -- [orml-utilities](./utilities) - - Various utilities including `OrderSet`. -- [orml-tokens](./tokens) - - Fungible tokens module that implements `MultiCurrency` trait. +- [orml-auction](./auction) + - Auction module that implements `Auction` trait. - [orml-currencies](./currencies) - Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module. +- [orml-gradually-update](./gradually-update) + - Provides way to adjust numeric parameter gradually over a period of time. +- [orml-nft](./nft) + - Non-fungible-token module provides basic functions to create and manager NFT(non fungible token) such as `create_class`, `transfer`, `mint`, `burn`, `destroy_class`. - [orml-oracle](./oracle) - - Oracle module that makes off-chain data available on-chain. -- [orml-auction](./auction) - - Auction module that implements `Auction` trait. + - Oracle module that makes off-chain data available on-chain. +- [orml-tokens](./tokens) + - Fungible tokens module that implements `MultiCurrency` trait. +- [orml-traits](./traits) + - Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more. +- [orml-utilities](./utilities) + - Various utilities including `OrderSet`. - [orml-vesting](./vesting) - - Provides scheduled balance locking mechanism, in a *graded vesting* way. -- [orml-gradually-update](./gradually-update) - - Provides way to adjust numeric parameter gradually over a period of time. -- [orml-xtokens](./xtokens) - - Provides way to do cross-chain assets transfer. - - [Step-by-Step guide](https://github.com/open-web3-stack/open-runtime-module-library/wiki/xtokens) to make XCM cross-chain fungible asset transfer available on your parachain + - Provides scheduled balance locking mechanism, in a *graded vesting* way. - [orml-xcm-support](./xcm-support) - - Provides traits, types, and implementations to support XCM integration. + - Provides traits, types, and implementations to support XCM integration. +- [orml-xtokens](./xtokens) + - Provides way to do cross-chain assets transfer. + - [Step-by-Step guide](https://github.com/open-web3-stack/open-runtime-module-library/wiki/xtokens) to make XCM cross-chain fungible asset transfer available on your parachain ## Example From e2d04119108ef4f8c468246b1ab8af28ef4f4322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Nem=C4=8Dek?= <5887929+yangwao@users.noreply.github.com> Date: Fri, 7 May 2021 09:29:46 +0200 Subject: [PATCH 2/2] kodadot: metaprime.network using orml-{auction,nft,vesting} https://github.com/kodadot/metaprime.network/blob/a1dce129dd1617a1c91c3aaa665b2c4899c83318/runtime/Cargo.toml welcome :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31e8b2774..770cd1a7f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ _In alphabetical order_ - [Bit.Country](https://github.com/bit-country/Bit-Country-Blockchain) - [ChainX](https://github.com/chainx-org/ChainX) - [HydraDX](https://github.com/galacticcouncil/hack.HydraDX-node) +- [KodaDot: MetaPrime Network](https://github.com/kodadot/metaprime.network) - [Laminar Chain](https://github.com/laminar-protocol/laminar-chain) - [Listen](https://github.com/listenofficial) - [Minterest](https://github.com/minterest-finance/minterest-chain-node)