cosmjs/packages/cosmwasm-stargate
Simon Warta 22cbe2b204 Remove unnecessary pubkey check
Since pubkey is not queried from the blockchain anymore, we don't need
this check.
2021-03-18 08:56:56 +01:00
..
2021-03-11 15:54:51 +01:00
2021-03-18 08:56:56 +01:00
2021-03-11 15:55:55 +01:00
2021-03-11 07:41:15 +01:00
2021-03-11 15:38:48 +01: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.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).