cosmjs-util/packages/cosmwasm
2020-10-27 16:00:35 +01:00
..
nonces Add nonces 2020-10-27 10:28:38 +01:00
src cosmwasm: Update for new OfflineSigner 2020-10-27 16:00:35 +01:00
types cosmwasm: Deduplicate launchpad logs module 2020-10-27 10:45:57 +01:00
.eslintignore Add package @cosmwasm/cosmwasm 2020-06-02 13:20:07 +02:00
.gitignore Add package @cosmwasm/cosmwasm 2020-06-02 13:20:07 +02:00
.nycrc.yml Add remaining packages to coverage report 2020-06-25 15:34:09 +02:00
jasmine-testrunner.js eslint: Update file-based rule overrides 2020-07-15 13:29:21 +02:00
karma.conf.js Add and update test-chrome command 2020-06-08 10:22:47 +02:00
package.json v0.23.1 2020-10-27 10:29:39 +01:00
README.md Support CosmWasm 0.10 with CosmJS ^0.23.0 2020-10-08 16:25:56 +02:00
tsconfig.json Add package @cosmwasm/cosmwasm 2020-06-02 13:20:07 +02:00
typedoc.js Remove unnecessary target config 2020-07-02 10:37:41 +02:00
webpack.web.config.js Add ERC20_ENABLED 2020-10-08 11:48:58 +02:00

@cosmjs/cosmwasm

npm version

An SDK to build CosmWasm clients.

Compatibility

CosmWasm x/wasm @cosmjs/cosmwasm
0.10-0.11 0.10-0.11 ^0.23.0
0.10 0.10 ^0.22.0
0.9 0.9 ^0.21.0
0.8 0.8 ^0.20.1

Development

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

cd packages/cosmwasm
export HACKATOM_URL=https://github.com/CosmWasm/cosmwasm/releases/download/v0.11.0-alpha4/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).