Closed taiki1frsh closed 2 years ago
@pyramation I changed the corresponding part of code to generate client with CosmWasmSigner. But, I don't know how to generate ts-codes using this local repo. So the tests not implemented yet. Could you teach me how?
CosmWasmSigner
pardon the delay!
you'll want to run both:
cd ./packages/wasm-ast-types yarn test:watch
cd ./packages/ts-codegen yarn test:watch
Thank you!! It's very helpful even for the other cases, maybe!
@pyramation I changed the corresponding part of code to generate client with
CosmWasmSigner
. But, I don't know how to generate ts-codes using this local repo. So the tests not implemented yet. Could you teach me how?