Context
Fast project launch.
Problem
Creating the initial RWA token supply requires multiple ledger round-trips.
Suggested Execution
- Optimize the 'TokenFactory' deployment logic to bundle 'create', 'mint', and 'transfer' into a single atomic Soroban transaction.
Acceptance Criteria
- Faster project creation.
- 50% fewer ledger entries for new projects.
References
- backend/src/project/factory.service.ts
Context
Fast project launch.
Problem
Creating the initial RWA token supply requires multiple ledger round-trips.
Suggested Execution
Acceptance Criteria
References