Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 939 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 939 Bytes

CosmJS beginner sandbox

Use it to experiment with CosmJS commands.

Install it

$ npm install

Run it

$ npm run experiment

Exercise progression

As you progress with your exercise, you can look at the solutions in their respective branches. Here is how the branches follow each other:

  • master, start here
  • file-preparation, diff
  • with-stargate-client, diff
  • with-signing-stargate-client, diff
  • send-tokens, diff
  • send-tokens-local, diff