|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| .cargo | há 2 anos atrás | |
| artifacts | há 3 anos atrás | |
| contracts | há 2 anos atrás | |
| deployment | há 2 anos atrás | |
| devnet | há 2 anos atrás | |
| packages | há 2 anos atrás | |
| .dockerignore | há 3 anos atrás | |
| .gitignore | há 2 anos atrás | |
| Cargo.lock | há 2 anos atrás | |
| Cargo.toml | há 2 anos atrás | |
| Dockerfile | há 2 anos atrás | |
| Dockerfile.deploy | há 2 anos atrás | |
| Makefile | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| rustfmt.toml | há 3 anos atrás | |
| verify | há 3 anos atrás | |
NOTE: This process is only Linux host compatible at this time.
The following command can be used to build optimized cosmwasm contracts via Docker.
wormhole/cosmwasm $ make artifacts
Upon completion, the compiled bytecode for cosmwasm contracts will be placed
into the artifacts directory.
You can run the cargo unit tests.
wormhole/cosmwasm $ cargo test --workspace --locked