# puzzle **Repository Path**: crypto-miner/puzzle ## Basic Information - **Project Name**: puzzle - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-08 - **Last Updated**: 2024-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## env win ``` export PUZZLE_ADDRESS='aleo16plj2ye83mdzffehd7gw25tsup88vxrptau3sulgfrxcdsr2x5rsugqg6u' export CHROME_PATH="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" npm start ``` Ubuntu ``` export CHROME_PATH="/opt/google/chrome/chrome" export PUZZLE_ADDRESS='aleo16plj2ye83mdzffehd7gw25tsup88vxrptau3sulgfrxcdsr2x5rsugqg6u' npm start ```