@cosmonauts/cosmos-cosmwasm-stargate
v1.0.2
Published
Cosmos sign and broadcast instances
Downloads
5
Readme
Proto Update
Step 1: download the target proto files
yarn proto:download
downloaded files are located in folder
./proto
. you can check the source map in./proto/README.md
Step 2: generate typescript codes with telescope
yarn proto:codegen
OR you can run both above in a command.
yarn proto:update