Token Money

Getting Started

A quick overview of page roles, access flow, and local services.

How to begin

Browse crowdfunding, market data, and platform information publicly. Sign in only when you manage assets or take actions.

Identity and wallet

Wallet, profile, and referral pages are protected, while crowdfunding and market pages remain publicly accessible.

API integration

The frontend talks to the Nest backend through the configured API base URL, which points to port 3000 in local development.

Local service endpoints

User frontend: http://localhost:3000
Backend API: http://localhost:3001/api
Admin console: http://localhost:3002