|
|
пре 2 недеља | |
|---|---|---|
| .. | ||
| .cargo | пре 2 година | |
| artifacts | пре 3 година | |
| contracts | пре 2 недеља | |
| deployment | пре 8 месеци | |
| devnet | пре 2 година | |
| packages | пре 3 месеци | |
| .dockerignore | пре 3 година | |
| .gitignore | пре 2 година | |
| Cargo.lock | пре 7 месеци | |
| Cargo.toml | пре 7 месеци | |
| Dockerfile | пре 7 месеци | |
| Dockerfile.deploy | пре 3 месеци | |
| Makefile | пре 7 месеци | |
| README.md | пре 2 година | |
| rustfmt.toml | пре 3 година | |
| verify | пре 3 година | |
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