cosmjs-util/packages/cosmwasm-stargate
2022-08-10 19:06:12 +02:00
..
src Rename codeSpace to codespace 2022-08-10 19:06:12 +02:00
.eslintignore cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
.eslintrc.js Disable @typescript-eslint/explicit-module-boundary-types for .js files 2022-01-26 13:45:20 +01:00
.gitignore cosmwasm-stargate: Remove proto scripts 2021-06-03 13:31:04 +02:00
.nycrc.yml cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
jasmine-testrunner.js Remove executable flag from jasmine testrunners 2021-06-01 10:50:02 +02:00
karma.conf.js Fix lint 2021-05-19 15:40:06 +02:00
package.json Set version 0.29.0-alpha.1 2022-08-05 15:31:54 +02:00
README.md Update some compatibility information 2022-03-02 21:55:49 +01:00
tsconfig.eslint.json Sort out eslint 2021-05-18 15:16:03 +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 Remove stream fallback (remove stream-browserify) 2022-02-27 13:16:47 +01:00

@cosmjs/cosmwasm-stargate

npm version

An SDK to build CosmWasm clients.

Compatibility

CosmWasm x/wasm @cosmjs/cosmwasm-stargate
0.16-1.0.0-beta 0.21-0.23 ^0.28.0
0.16-1.0.0-beta 0.21-0.23 ^0.27.0
0.16-1.0.0-beta 0.18-0.20 ^0.26.0
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/v1.0.0-beta/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).