cosmjs-util/packages/cosmwasm-launchpad
2021-02-09 14:57:25 +00:00
..
nonces Add nonces 2021-01-28 15:35:57 +01:00
src cosmwasm-launchpad: Reformat with prettier 2021-02-09 10:48:47 +00:00
.eslintignore cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00: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 Add SES lockdown to testrunners 2021-01-19 17:42:28 +00:00
karma.conf.js cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
package.json Remove types dir from package.json files 2021-02-09 14:57:25 +00:00
README.md Rename branch master -> main 2021-01-19 23:37:10 +01:00
tsconfig.json Remove declarationDir from tsconfigs 2021-02-09 14:38:36 +00:00
typedoc.js cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
webpack.web.config.js cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00: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-launchpad/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).