cosmjs-util/packages/cosmwasm
2020-10-13 13:36:44 +02:00
..
nonces Add nonces 2020-10-09 12:23:27 +02:00
src Use convenience hash functions in codebase 2020-10-13 13:36:44 +02:00
types Cleanup StdTx 2020-09-24 13:54:15 +02: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 cosmwasm: Remove axios dependency 2020-10-13 12:57:12 +02: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).