logo

Your local server is running

Connect wallet to test functionalities

Important Information for Developers


  • 1. Local test blockchain

    A local test blockchain is running, accessible at HTTP-RPC endpoint http://localhost:8545.

  • 2. Local test frontend server

    A local test frontend server is running, accessible at http://localhost:3000 (you're seeing this right now).

  • 3. Modifying frontend

    To start modifying the frontend, edit ./frontend/src/pages/index.tsx.

  • 4. Modifying smart contracts

    To start modifying the smart contracts, add your contracts in ./smart-contracts/contracts, and update the deploy scripts in ./smart-contracts/scripts.