cosmjs-util/packages/cosmwasm-stargate
Simon Warta ba7fd927d7 v0.25.3
2021-05-18 16:39:20 +02:00
..
nonces Add nonces 2021-05-18 16:39:08 +02:00
scripts Exclude unnecessary proto types 2021-05-03 10:04:48 +02:00
src Rename transferAmount -> amount for MsgSend 2021-05-18 14:27:47 +02:00
.eslintignore cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
.gitignore cosmwasm-stargate: Update .gitignore for proto files 2020-12-15 12:17:08 +00:00
.nycrc.yml cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
jasmine-testrunner.js Add SES lockdown to testrunners 2021-01-19 17:42:28 +00:00
karma.conf.js cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
package.json v0.25.3 2021-05-18 16:39:20 +02:00
README.md Update to CosmWasm 0.14.0 and wasmd 0.16.0 2021-05-04 08:30:01 +02:00
tsconfig.json Remove declarationDir from tsconfigs 2021-02-09 14:38:36 +00:00
typedoc.js Upgrade typedoc to 0.20 2021-03-11 15:38:48 +01:00
webpack.web.config.js Adjust webpack configs for webpack v5 2021-04-15 12:38:26 +02:00

@cosmjs/cosmwasm-stargate

npm version

An SDK to build CosmWasm clients.

Compatibility

CosmWasm x/wasm @cosmjs/cosmwasm-stargate
0.14 0.16 ^0.25.0
0.13 0.14-0.15 ^0.24.0

Development

Updating Hackatom development contract in src/testdata/contract.json:

cd packages/cosmwasm-stargate
export HACKATOM_URL=https://github.com/CosmWasm/cosmwasm/releases/download/v0.14.0/hackatom.wasm
echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS  --location $HACKATOM_URL | base64 | tr -d '[:space:]')\" }" | jq > src/testdata/contract.json

License

This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).