cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
649 stars 333 forks source link

Where are actual docs and implementations? #1043

Open YakovL opened 2 years ago

YakovL commented 2 years ago

I know, this may sound a bit general, but.. readme explains some libs:

but when I try to use any of these, I see that:

Too many questions, too few answers, may be I'm looking in the wrong places?

ethanfrey commented 2 years ago

https://github.com/CosmWasm/cosmwasmjs may be helpful. This is a very early WIP but the idea to make easier onboarding.

dongzhuoyao commented 2 years ago

You are totally right, the doc currently is far less complete than the implementation.

YakovL commented 2 years ago

@ethanfrey thanks, it looks much frienlier, although with the first attempt to use I also got into a blocker: https://github.com/CosmWasm/CosmWasmJS/issues/17 May be you have an idea?

msteiner96 commented 2 years ago

Check my progress : https://github.com/CosmWasm/CosmWasmJS/blob/docs/docs/intro.md . 💯 Also I answered in https://github.com/CosmWasm/CosmWasmJS/issues/17

YakovL commented 2 years ago

Thanks, very helpful of you (TypeScript suggestions also work very well for some tasks). Looking forward to see examples of how to create and sign simple send transactions to further broadcast them with CosmWasmClient.broadcastTx. Also, I'd be grateful to find how to get address, publicKey and privateKey from a mnemonic.