Skip to content

Instantly share code, notes, and snippets.

@zeroFruit
Created July 5, 2022 01:03
Show Gist options
  • Save zeroFruit/7f8e017994be223d4fe44228859df8c2 to your computer and use it in GitHub Desktop.
Save zeroFruit/7f8e017994be223d4fe44228859df8c2 to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - Application upgrade file tree
. # 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