cosmjs-util/packages/cosmwasm-launchpad
2021-05-19 17:54:52 +02:00
..
nonces Add nonces 2021-05-19 15:13:44 +02:00
src Format 2021-05-19 15:37:25 +02:00
.eslintignore cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
.eslintrc.js Sort out eslint 2021-05-18 15:16:03 +02:00
.gitignore cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
.nycrc.yml cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
jasmine-testrunner.js Support unix in yarn node shebangs 2021-05-19 15:13:41 +02:00
karma.conf.js Fix lint 2021-05-19 15:40:06 +02:00
package.json Clear webpack Node.js polyfills 2021-05-19 17:54:52 +02:00
README.md Use tr to filter out white space 2021-05-03 10:27:58 +02: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 Clear webpack Node.js polyfills 2021-05-19 17:54:52 +02:00

@cosmjs/cosmwasm-launchpad

npm version

An SDK to build CosmWasm clients.

Compatibility

CosmWasm x/wasm @cosmjs/cosmwasm-launchpad
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-launchpad
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 | 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).