|
|
il y a 2 semaines | |
|---|---|---|
| .. | ||
| .cargo | il y a 2 ans | |
| artifacts | il y a 3 ans | |
| contracts | il y a 2 semaines | |
| deployment | il y a 8 mois | |
| devnet | il y a 2 ans | |
| packages | il y a 3 mois | |
| .dockerignore | il y a 3 ans | |
| .gitignore | il y a 2 ans | |
| Cargo.lock | il y a 7 mois | |
| Cargo.toml | il y a 7 mois | |
| Dockerfile | il y a 7 mois | |
| Dockerfile.deploy | il y a 3 mois | |
| Makefile | il y a 7 mois | |
| README.md | il y a 2 ans | |
| rustfmt.toml | il y a 3 ans | |
| verify | il y a 3 ans | |
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