Explore
Every collection and live listing on 0xFactory, priced in USDX.
One step left: deploy the contracts
The frontend is live, but no marketplace address is configured yet.
- 1
Add your deployer key
Copycontracts/.env.exampletocontracts/.envand setPRIVATE_KEYto a funded BNB Chain wallet. Use a fresh deployer wallet, not your main one. - 2
Deploy to BNB Chain
cd contracts && npm run deploy:bsc
Rehearse on testnet first withnpm run deploy:testnet. - 3
Wire the addresses into the frontend
The deploy script prints the exact lines to paste intoweb/.env.local, then restart the app.
The swap page works without this step — it trades against PancakeSwap pools that already exist on chain.