From e7bd66841dc1f1bf2f8c1b81bf94016351899e08 Mon Sep 17 00:00:00 2001 From: anant asthana Date: Mon, 25 Jul 2022 13:10:46 -0600 Subject: [PATCH] Updated README to add mention of the NFT module (#12720) --- x/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/README.md b/x/README.md index 9ae681208c..e4e2cf8d24 100644 --- a/x/README.md +++ b/x/README.md @@ -21,6 +21,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio * [Slashing](slashing/spec/README.md) - Validator punishment mechanisms. * [Staking](staking/spec/README.md) - Proof-of-Stake layer for public blockchains. * [Upgrade](upgrade/spec/README.md) - Software upgrades handling and coordination. +* [Nft](nft/spec/README.md) - NFT module implemented based on [ADR43](https://docs.cosmos.network/master/architecture/adr-043-nft-module.html). To learn more about the process of building modules, visit the [building modules reference documentation](../docs/building-modules/README.md). @@ -30,4 +31,4 @@ The IBC module for the SDK has moved to its [own repository](https://github.com/ ## CosmWasm -The CosmWasm module enables smart contracts, and has its [own repository](https://github.com/CosmWasm/cosmwasm) and [documentation site](https://docs.cosmwasm.com/docs/1.0). \ No newline at end of file +The CosmWasm module enables smart contracts, and has its [own repository](https://github.com/CosmWasm/cosmwasm) and [documentation site](https://docs.cosmwasm.com/docs/1.0).