37 Commits

Author SHA1 Message Date
Simon Warta
0351a46d97 Remove Bech32 class 2023-03-07 15:21:09 +01:00
Simon Warta
e3309210e8 Format text 2022-08-10 15:27:24 +02:00
Mike Purvis
0e12c69a57 fix README link that breaks on npmjs's site 2022-07-13 22:46:24 -07:00
Milan Steiner
fab55d3807
Renamed cosmwasm-cli to cosmjs-cli (#1059)
* Renamed cosmwasm-cli to cosmjs-cli

* Fixed build error
2022-02-22 14:08:11 +01:00
Simon Warta
9970f77f18 Remove laucnhpad
Applies diff from https://github.com/cosmos/cosmjs/pull/1015
2022-02-08 13:56:18 +01:00
Simon Warta
11ea9d30a1 Upgrade prettier to 2.3.0 2021-06-01 09:07:53 +02:00
Simon Warta
db40f8258f Rename branch master -> main 2021-01-19 23:37:10 +01:00
Simon Warta
bda26c6ba4 Update org in links CosmWasm -> cosmos 2021-01-19 23:29:59 +01:00
willclarktech
ff4ef4a084
cli: Update for new OfflineSigner 2020-10-27 17:07:34 +01:00
Simon Warta
9d1508e1ee Add makeStdTx and used signed document from signers 2020-09-24 14:10:57 +02:00
Simon Warta
1b0eec8ed3 Simplify name to makeSignDoc 2020-09-24 13:54:15 +02:00
Simon Warta
14c285748a Remove makeSignBytes 2020-09-24 13:54:15 +02:00
Simon Warta
dc0ef7c6f0 Remove unnecessary smartQuery helper 2020-08-04 14:02:49 +02:00
Simon Warta
5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
Simon Warta
9eb83e3732 Format other .mds 2020-06-18 11:52:00 +02:00
willclarktech
8b4323c2b7
Replace cosmwasm-js with cosmjs 2020-06-09 15:01:13 +01:00
Simon Warta
fb4363a16a
Merge pull request #206 from CosmWasm/167-github-urls
Replace GitHub URLs
2020-06-09 15:53:00 +02:00
willclarktech
b404ef38af
Format .md files 2020-06-09 14:45:05 +01:00
willclarktech
29ebcd88fd
Replace GitHub URLs 2020-06-09 14:41:55 +01:00
Simon Warta
16df23f79b Rename packages @cosmwasm/* to @cosmjs/* 2020-06-04 19:53:58 +02:00
Simon Warta
5da7bbc93c Deduplicate and sort some types 2020-06-02 16:13:34 +02:00
Ethan Frey
005a216d46 Update CLI for 0.8 demo net 2020-05-26 15:26:46 +02:00
Simon Warta
5ac7ac72bb Point example code to demo-071.cosmwasm.com 2020-04-17 15:22:44 +02:00
Ethan Frey
e5d89f1fad Start document upload of mask, and instantiate 2020-03-20 22:35:40 +01:00
Ethan Frey
228a6c69fa Add docs on custom networks and sharing mnemonic from cli tools 2020-03-20 12:25:23 +01:00
Ethan Frey
5c75e97f87 Update helpers to modern api, demo net 2020-03-20 12:25:23 +01:00
Simon Warta
00801b2831 Avoid unnecessary conversion to bytes in postTx
In Cosmos world, transactions are posted as JSON. Move the byte
representation into BCP.
2020-02-21 13:57:01 +01:00
Simon Warta
3a351e19f7 Adapt CLI code to new method name 2020-02-19 10:23:16 +01:00
Simon Warta
a22a201fe7 Adapt scripts, config, docs to new folder name ./scripts/wasmd/ 2020-02-17 15:31:07 +01:00
Simon Warta
4e089b4a03 Adapt CLI code and guides 2020-02-11 19:41:11 +01:00
Simon Warta
ae586cc012 Let makeSignBytes take account number and sequence as two args 2020-02-11 14:31:00 +01:00
Ethan Frey
d9bcd821c1 Added helper to parse Uint8Array as Utf8-encoded json for smart queries 2020-02-11 12:01:01 +01:00
Ethan Frey
c3bd498524 Merge guide into readme 2020-02-11 12:01:01 +01:00
Simon Warta
736b27afaa Add address generator example 2020-02-08 20:16:43 +01:00
Simon Warta
11d369b4a1 Convert CLI examples to pen 2020-02-07 09:35:24 +01:00
Simon Warta
bc87f8e87a Add some code snippets 2020-02-06 17:46:47 +01:00
Simon Warta
b5d608af10 Add @cosmwasm/cli 2020-02-06 17:36:14 +01:00