You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

29m 19s logged

I’ve been heads-down building ComputeMarket, a permissionless GPU marketplace on BSC Testnet that lets anyone rent or provide compute without KYC. The core stack is live: Solidity contracts handle escrow and a 25% protocol fee, a React web app connects to MetaMask, and an Electron desktop client spawns Docker containers with GPU passthrough for hosts. Most of the recent work has been ironing out integration quirks, like fixing ethers v6 ABI parsing issues and documenting the exact NVIDIA Container Toolkit setup required for GPU jobs to actually see the hardware.The system is now functional end-to-end on testnet, with verified contracts on BSCScan and deterministic local dev addresses so contributors don’t have to reconfigure environments after every restart. I’ve also been refining the host staking and dispute flow to balance security with usability, since non-custodial escrow means there’s no undo button for user errors. Next up is mainnet migration prep and improving the onboarding docs so new hosts can get running without digging through source code.

0
3

Comments 0

No comments yet. Be the first!