@cosmonauts/cosmos-proto
v1.0.2
Published
Cosmos sign and broadcast classes
Downloads
4
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