cosmjs-util/packages/cosmwasm-stargate
2020-12-22 16:37:26 +00:00
..
nonces Add nonces 2020-12-22 16:36:56 +00:00
scripts cosmwasm-stargate: Refactor predefine-proto.sh 2020-12-15 12:17:13 +00:00
src cosmwasm-stargate: Decode CosmWasm binary data in queryContractSmart 2020-12-22 15:52:41 +00:00
types cosmwasm-stargate: Decode CosmWasm binary data in queryContractSmart 2020-12-22 15:52:41 +00: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 cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
karma.conf.js cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
package.json v0.24.0-alpha.12 2020-12-22 16:37:26 +00:00
README.md cosmwasm-stargate: Update README wasmd version 2020-12-15 12:17:12 +00:00
tsconfig.json cosmwasm-stargate: Add decorators to tsconfig 2020-12-15 12:17:08 +00:00
typedoc.js cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
webpack.web.config.js cosmwasm-stargate: Add env variables to webpack 2020-12-15 12:17:12 +00:00

@cosmjs/cosmwasm-stargate

npm version

An SDK to build CosmWasm clients.

Compatibility

CosmWasm x/wasm @cosmjs/cosmwasm-stargate
0.12 0.13 ^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.12.0/hackatom.wasm
echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS  --location $HACKATOM_URL | base64)\" }" | 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).