You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a dockerfile which after running an image would automatically compile all of the contracts within ./contracts directory and then goes into ./target/wasm32-unknown-unknown/release and optimized all of the contracts.
It would work similar to workspace-optimizer from CosmWasm, but should be way simpler to implement.
Probably a separate project actually.
The text was updated successfully, but these errors were encountered:
Create a dockerfile which after running an image would automatically compile all of the contracts within
./contracts
directory and then goes into./target/wasm32-unknown-unknown/release
and optimized all of the contracts.It would work similar to
workspace-optimizer
from CosmWasm, but should be way simpler to implement.Probably a separate project actually.
The text was updated successfully, but these errors were encountered: