Node.js Backend
The core application logic runs on a Node.js backend (TypeScript), which orchestrates the tokenization workflow. This backend handles user requests (from the bot or web app), interacts with Solana via RPC calls (for deploying smart contracts and minting tokens), and integrates with external services (KYC, document generation, etc.). The backend ensures each step (e.g., KYC completion, document creation, token minting) occurs in the correct sequence.
Last updated