mirror of https://github.com/certusone/wasmd.git
ce35d8de82
Handel contact not found |
||
---|---|---|
.circleci | ||
.github | ||
app | ||
cli_test | ||
cmd | ||
contrib | ||
docs | ||
lcd_test | ||
networks | ||
x/wasm | ||
.codecov.yml | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
docker-compose.yml | ||
dredd.yml | ||
go.mod | ||
go.sum | ||
sims.mk |
README.md
Wasm Zone
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.