Go to file
Ethan Frey ce35d8de82
Merge pull request #21 from cosmwasm/handle_not_found
Handel contact not found
2020-01-13 15:58:40 +01:00
.circleci Cleanup readme, circleci 2019-11-20 11:46:36 +01:00
.github Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
app Wire up wasm module to the application 2019-11-22 18:15:14 +01:00
cli_test Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
cmd Wire up wasm module to the application 2019-11-22 18:15:14 +01:00
contrib Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
docs Last query cleanup 2019-11-22 19:26:39 +01:00
lcd_test Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
networks Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
x/wasm Handle contract not found cases 2020-01-13 15:18:25 +01:00
.codecov.yml Initial commit 2019-04-03 02:23:49 +01:00
.gitattributes Merge PR #25: Remove swagger (defined in the SDK) 2019-05-28 09:57:26 -04:00
.gitignore Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
.golangci.yml Merge PR #188: Add linting to CI 2019-11-14 12:04:50 -08:00
CHANGELOG.md Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
CODE_OF_CONDUCT.md Initial commit 2019-04-03 02:23:49 +01:00
CONTRIBUTING.md Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
Dockerfile Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
LICENSE Initial commit 2019-04-03 02:23:49 +01:00
Makefile Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
README.md Cleanup readme, circleci 2019-11-20 11:46:36 +01:00
docker-compose.yml Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
dredd.yml Contract test [GET] (#19) 2019-06-08 15:04:45 +01:00
go.mod Update to v0.4.1 go-cosmwasm 2019-12-02 23:42:39 +01:00
go.sum Update to v0.4.1 go-cosmwasm 2019-12-02 23:42:39 +01:00
sims.mk Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00

README.md

Wasm Zone

CircleCI codecov Go Report Card license LoC

This repository hosts Wasmd, the first implementation of a cosmos zone with wasm smart contracts enabled.

This code was forked from the cosmos/gaia repository and the majority of the codebase is the same as gaia.

Note: Requires Go 1.13+

Quick Start

make install
make test

To set up a single node testnet, look at the deployment documentation.

If you want to deploy a whole cluster, look at the network scripts.