refactor: Deployment setup

This commit is contained in:
Prad Nukala
2024-11-26 11:44:17 -05:00
parent b9b868d55a
commit e89bbb05b1
11 changed files with 106 additions and 3545 deletions
+2 -2
View File
@@ -26,9 +26,9 @@
"init_hook": ["export ROOT=$(git rev-parse --show-toplevel)"],
"scripts": {
"devnet": ["cd $ROOT", "make sh-testnet"],
"ipfs": ["ipfs daemon"],
"ipfs": ["cd $ROOT", "make setup-ipfs", "ipfs daemon"],
"air": ["cd $ROOT", "air"],
"gex": ["gex"]
"gex": ["go install github.com/cosmos/gex@latest", "gex"]
}
}
}