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
Simplified asset distribution: All static assets (WASM + worker) are now bundled in a single assets/ folder. Integration is now a single copy command: cp -r node_modules/zeldhash-miner/assets public/zeldhash-miner
New default path: Asset resolution changed from /wasm/ + /worker.js to unified /zeldhash-miner/ folder
Self-contained worker bundle: Worker is now built as a standalone bundle with no shared chunks, eliminating the need to copy additional files like nonce.js
Added
Composer Mode
targetZeros: 0 now accepted: Allows transaction construction without mining, useful for testing or pre-composing transactions before actual mining
Documentation
Rewrote INTEGRATION.md with simplified setup instructions
Updated all framework examples (Vite, Next.js, CRA) to use the new asset structure