CosmWasm / ts-codegen

Convert your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
https://cosmology.zone/products/ts-codegen
Apache License 2.0
116 stars 28 forks source link

WIP: change SigningCosmWasmClient to CosmWasmSigner from confio/relayer #58

Closed taiki1frsh closed 2 years ago

taiki1frsh commented 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?

pyramation commented 2 years ago

pardon the delay!

you'll want to run both:

cd ./packages/wasm-ast-types
yarn test:watch
cd ./packages/ts-codegen
yarn test:watch
taiki1frsh commented 2 years ago

Thank you!! It's very helpful even for the other cases, maybe!