WOLFCHAIN BUSINESS WEBSITE v5 ============================= This build keeps the original WolfChain website and adds a real software/services sales section. Checkout is safely locked until verified HTTPS payment links are configured with ./configure-store.sh. WOLFCHAIN ECOSYSTEM v4 — WORKING LOCAL EXPLORER & FAUCET ======================================================== WolfChain has now passed a real signed 1 WOLF transfer from //Alice to //Bob. This v4 build adds the next usable layer: - professional WolfChain website and supplied wolf artwork - live WebSocket node status from ws://127.0.0.1:9944 - dedicated block explorer page - recent block list and individual block details - decoded extrinsics and block events - account address lookup and real WOLF balances - controlled local faucet that sends 10 test WOLF - SQLite faucet history, one-hour cooldown, and daily claim limit - downloadable Wallet v0.2.0 using WolfChain's verified 8 decimals - Swap Lab remains disabled until real liquidity and secure infrastructure exist IMPORTANT --------- This is a LOCAL TESTNET build. The supplied faucet uses Substrate's public //Alice development key and both the API and website bind to 127.0.0.1. Do not expose this development faucet to the internet. A public testnet needs a separate faucet account, secret management, HTTPS, reverse-proxy limits, and a public RPC architecture. RUN IT ------ Terminal 1 — keep the WolfChain node running: cd "$HOME/Downloads/wolfchain-ecosystem-v4" chmod +x *.sh ./start-local-node.sh Terminal 2 — start the explorer API and local faucet: cd "$HOME/Downloads/wolfchain-ecosystem-v4" ./install-test-tools.sh ./start-explorer-faucet.sh Terminal 3 — start the website: cd "$HOME/Downloads/wolfchain-ecosystem-v4" ./start-site.sh Open: xdg-open http://127.0.0.1:8088 xdg-open http://127.0.0.1:8088/explorer.html LOCAL PORTS ----------- 9944 WolfChain WebSocket RPC 8790 Explorer API and controlled local faucet 8088 WolfChain website FIRST FUNCTIONAL TEST --------------------- 1. Open the downloadable wallet and create a test wallet. 2. Copy its address. 3. Open explorer.html and paste the address into the faucet. 4. Claim 10 test WOLF. 5. Search the same address and confirm its balance increased. 6. Open the latest block and confirm the Balances transfer extrinsic appears. No validator keys or private wallet seeds are included in this bundle.