|
|
hai 4 meses | |
|---|---|---|
| .. | ||
| .cargo | %!s(int64=2) %!d(string=hai) anos | |
| artifacts | %!s(int64=3) %!d(string=hai) anos | |
| contracts | hai 4 meses | |
| deployment | hai 8 meses | |
| devnet | %!s(int64=2) %!d(string=hai) anos | |
| packages | hai 11 meses | |
| .dockerignore | %!s(int64=3) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| Cargo.lock | hai 7 meses | |
| Cargo.toml | hai 7 meses | |
| Dockerfile | hai 7 meses | |
| Dockerfile.deploy | hai 1 ano | |
| Makefile | hai 7 meses | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| rustfmt.toml | %!s(int64=3) %!d(string=hai) anos | |
| verify | %!s(int64=3) %!d(string=hai) anos | |
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