-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
➡️ Title
Document complete project tokenization flow
📘 Description
Write technical documentation describing the full project tokenization process.
🚀 Requirements
- Explain project creation and Soroban contract deployment.
- Describe asset issuance and supply logic within Soroban.
- Document user purchase flow and trustline validation.
- Include database integration and data models used.
📝 Implementation notes
- Write in English with clear and structured sections.
- Store documentation in the designated
docsfolder or knowledge base for TreeByte. - Ensure it is accessible to developers and stakeholders.
✅ Acceptance Criteria
- Documentation created covering the entire tokenization flow clearly.
- Uses kebab-case for all file and folder names if stored in repo.
- Does not use default alias imports or relative paths.
- Uses alias paths with
@. - Structured clearly for future reference and team onboarding.
⚠ Use kebab-case for all file and folder names.
⚠ Do not use default alias imports or relative paths like ../../components/foo.
⚠ Use alias paths with @, e.g. @/components/foo.
⚠ Structure the code with reusable components and reuse existing ones.