docs: add resources about x/upgrade module (#12705)

This commit is contained in:
JooHyung Kim
2022-07-25 11:20:35 +02:00
committed by GitHub
parent ec62d93937
commit 12f2100b32
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<!--
order: 5
-->
# Resources
A list of (external) resources to learn more about the `x/upgrade` module.
- [Cosmos Dev Series: Cosmos Blockchain Upgrade](https://medium.com/web3-surfers/cosmos-dev-series-cosmos-sdk-based-blockchain-upgrade-b5e99181554c) - The blog post that explains how software upgrades work in detail.
+1
View File
@@ -29,3 +29,4 @@ recover from.
* [CLI](04_client.md#cli)
* [REST](04_client.md#rest)
* [gRPC](04_client.md#grpc)
5. **[Resources](05_resources.md)**