Created
July 5, 2022 01:03
-
-
Save zeroFruit/7f8e017994be223d4fe44228859df8c2 to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - Application upgrade file tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. # application project root | |
├── app | |
│ ├── upgrades | |
│ │ ├── v2 | |
│ │ │ ├── constants.go | |
│ │ │ └── upgrades.go | |
│ │ └── ... | |
│ ├── app.go | |
│ └── upgrades.go | |
└── ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment