Go to file
Ethan Frey a1369d799f Update imports in x/wasmd 2019-11-22 17:05:38 +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 Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
cli_test Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
cmd Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
contrib Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
docs Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +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 Update imports in x/wasmd 2019-11-22 17:05:38 +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 Rename gaia{d,cli} to wasm{d,cli}, GaiaApp->WasmApp 2019-11-19 22:20:03 +01:00
go.sum Drop on-disk keybase in favor of keyring (#164) 2019-11-18 11:34:26 +00: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.