TWIX META POC v0.1.0 — WSL QUICK START

1) Unzip this package somewhere simple, for example:
   C:\Users\seanf\Downloads\twix-meta-poc-v0.1.0

2) In WSL:
   cd /mnt/c/Users/seanf/Downloads/twix-meta-poc-v0.1.0

3) Make scripts executable:
   chmod +x scripts/*.sh

4) Run source checks:
   ./scripts/check.sh

5) Build optimized CosmWasm artifacts using Docker:
   ./scripts/optimize.sh

6) Verify artifacts:
   ls -lh artifacts/
   sha256sum artifacts/*.wasm

Expected contract artifact names from the optimizer workspace:
   twix_meta_account.wasm
   twix_meta_factory.wasm

DO NOT touch or activate the existing TWIX V2.0.2 production manager during this PoC.
Store these PoC contracts separately, instantiate the PoC factory separately, and test with tiny funds only.
