|
|
hace 4 meses | |
|---|---|---|
| .. | ||
| .cargo | hace 2 años | |
| artifacts | hace 3 años | |
| contracts | hace 4 meses | |
| deployment | hace 8 meses | |
| devnet | hace 2 años | |
| packages | hace 11 meses | |
| .dockerignore | hace 3 años | |
| .gitignore | hace 2 años | |
| Cargo.lock | hace 7 meses | |
| Cargo.toml | hace 7 meses | |
| Dockerfile | hace 7 meses | |
| Dockerfile.deploy | hace 1 año | |
| Makefile | hace 7 meses | |
| README.md | hace 2 años | |
| rustfmt.toml | hace 3 años | |
| verify | hace 3 años | |
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