Go to file
Ethan Frey 34032047d9 Start writing full-app level integration test 2020-01-20 18:55:30 +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 Start writing full-app level integration test 2020-01-20 18:55:30 +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 Update testnet doc 2020-01-14 17:19:56 +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 Start writing full-app level integration test 2020-01-20 18:55:30 +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 Merge pull request #22 from cosmwasm/improve_contract_queries_12 2020-01-15 11:53:29 +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 Comment on last gaia update - we need to fix this 2020-01-17 11:30:46 +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 Remove unused govalidator dependency 2020-01-19 12:02:38 +05:30
go.sum Remove unused govalidator dependency 2020-01-19 12:02:38 +05:30
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+

Compatibility: Last merge from cosmos/gaia was d6dfa141e2ae38a1ff9f53fca8078c0822671b95

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.