Skip to content

Commit 06c2704

Browse files
authored
Update capella-project.md
1 parent 355bd8f commit 06c2704

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

applications/capella-project.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Our team has deep, hands-on experience building and maintaining open-source soft
128128
- **Total Estimated Duration:** 4 Months
129129
- **Full-Time Equivalent (FTE):** 4 FTE
130130
- **Total Costs:** 7,000 USDC plus 5,000 DOTs
131-
- **DOT %:** 40% (Locked and Polkadot Ecosystem Parachain Fees)
131+
- **DOT %:** > 40% (Locked and Polkadot Ecosystem Parachain Fees)
132132

133133
#### Milestone 1: Capella Website and On-line Documentation
134134

@@ -161,13 +161,13 @@ Our team has deep, hands-on experience building and maintaining open-source soft
161161
| 0c. | Testing and Testing Guide | In addition to unit tests for our customized pallets, we conduct comprehensive [parachain functional testing](https://docs.google.com/spreadsheets/d/1XuDJtOtmlSJ0JSMGgiJqmz4VS7Pf3KPg-7r-bOfCJtI/edit?usp=sharing) using our own use cases to validate and exercise all core parachain functionalities end to end. |
162162
| 0d. | Docker | We will provide Dockerfile(s) that can be used to test all node functionalities; however, containers will not be used in production deployment. All deployments will be performed directly on virtual machines using the [binary release](https://github.com/Xode-DAO/xode-blockchain/releases/tag/v0.1.0). |
163163
| 1a. | Coding - Code Integration | Integrate the Capella node into the Xode codebase, configure the runtime, update binaries and CLI tools, and validate functionality on a local dev chain. |
164-
| 2.2 | Coding - Runtime & Pallet Setup | Configure base and Capella-specific pallets, verify block production and extrinsic flow, and generate initial chain spec files. |
165-
| 2.3 | Coding - Binary Release Preparation | Build optimized binaries for Linux and Windows, implement versioning and changelog, test execution, and publish through GitHub or internal repositories. |
166-
| 2.4 | DEVOPS - Dockerization | Create a Dockerfile for Capella, publish images to a registry, test performance and networking, and provide docker-compose templates for deployment. |
167-
| 2.5 | DEVOPS - Server Deployment | Deploy collators and boot nodes, configure systemd for auto-restart, implement logging and monitoring, and validate synchronization and block finality. |
168-
| 2.6 | DEVOPS - Parachain | Prepare parachain runtimes and relay-chain settings, generate genesis state and WASM, register Capella as a parachain, run testnet collators, and validate HRMP channels, messaging, and block finality. |
164+
| 1b. | Coding - Runtime & Pallet Setup | Configure base and Capella-specific pallets, verify block production and extrinsic flow, and generate initial chain spec files. |
165+
| 1c. | Coding - Binary Release Preparation | Build optimized binaries for Linux and Windows, implement versioning and changelog, test execution, and publish through GitHub or internal repositories. |
166+
| 2a. | DEVOPS - Dockerization | Create a Dockerfile for Capella, publish images to a registry, test performance and networking, and provide docker-compose templates for deployment. |
167+
| 2b. | DEVOPS - Server Deployment | Deploy collators and boot nodes, configure systemd for auto-restart, implement logging and monitoring, and validate synchronization and block finality. |
168+
| 2c. | DEVOPS - Parachain | Prepare parachain runtimes and relay-chain settings, generate genesis state and WASM, register Capella as a parachain, run testnet collators, and validate HRMP channels, messaging, and block finality. |
169169

170-
#### Milestone 3: LGU Blockchain POC (Purchase Request Recording dApp)
170+
#### Milestone 3: dApp POC ([LGU Budget Blockchain dApp](https://www.figma.com/proto/5qXZC4OfhrryWweVX3UiYb/Rackson?node-id=29-91&p=f&t=JqaTqRIsAQu5CN2j-0&scaling=scale-down&content-scaling=fixed&page-id=0%3A1&starting-point-node-id=29%3A91&show-proto-sidebar=1&fbclid=IwY2xjawOvAitleHRuA2FlbQIxMABicmlkETFLUXBRb0YxTUEwbVlKbzlIc3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHlcj1r-dPMd8mc_myhlZZtvSmOlBESwbLMeZ2YuCJ9Wh4i7QD_j-P3WP_kLB_aem_fzuzdlMTX1yAe_tjB67YnA))
171171

172172
- **Estimated duration:** 1 month
173173
- **FTE:** 2 FTE
@@ -176,15 +176,14 @@ Our team has deep, hands-on experience building and maintaining open-source soft
176176
| Number | Deliverable | Specification |
177177
| -----: | ----------- | ------------- |
178178
| 0a. | License | Apache-2.0 |
179-
| 0b. | Documentation | ------------- |
180-
| 0c. | Testing and Testing Guide | ------------- |
181-
| 0d. | Docker | ------------- |
182-
| 0e. | Article | ------------- |
183-
| 3.1 | Governance & Policy Setup | Establish Capella’s governance framework by setting up key wallets, defining voting, staking, and collator policies, and publishing all rules for transparency. |
184-
| 3.2 | User & Ecosystem Engagement | Onboard LGUs and partners, provide documentation and support, educate stakeholders on governance and staking, and monitor user participation. |
185-
| 3.3 | External Partnerships & Advocacy | Join the Philippine Blockchain Council and TWGs, participate in policy discussions, advocate Capella’s use-cases, and align governance and staking policies with national standards. |
186-
| 3.4 | Collator Node Expansion | Recruit and onboard collator operators, deploy nodes with required staking, verify performance and synchronization, and update bootnode lists while monitoring network health. |
187-
| 3.5 | Monitoring & Iteration | Track staking, voting, and collator participation, gather feedback, adjust policies and incentives, and publish regular governance and staking reports. |
179+
| 0b. | Documentation | We will provide comprehensive documentation and an FAQ section within the LGU Budget Blockchain dApp to guide users and address common questions. |
180+
| 0c. | Testing and Testing Guide | Our testing covers functionality, usability, security, and performance by validating core features, ensuring responsive and consistent UI across devices, assessing accessibility and user experience, measuring load and performance under varying conditions, checking for common security vulnerabilities, and reviewing SEO and content accuracy. |
181+
| 0d. | Docker | We will provide Dockerfile(s) that can be used to test all node functionalities; however, containers will not be used in production deployment. All deployments will be performed directly on virtual machines using the [binary release](https://github.com/Xode-DAO/xode-blockchain/releases/tag/v0.1.0). |
182+
| 1a. | Coding - API | Configure an API that communicates directly with the Capella parachain to submit transactions, query on-chain data, and listen to events, which will be consumed by the frontend UI. |
183+
| 1b. | Coding - Smart Contract | Implement custom pallets or smart contracts to manage record creation, updates, versioning, immutability, and event emission for auditabilit. |
184+
| 1c. | Coding - UI | Build a user interface that consumes the API to submit records, view histories, verify authenticity, and manage access, integrating wallet-based authentication and signing. |
185+
| 1d. | Coding - Wallet Address Integration | Enable wallet integration for authentication and transaction signing, with optional decentralized identity (DID) or KYC integrations where required. |
186+
| 1e. | Implementation - | Deploy the dApp, monitor performance and usage, gather feedback, and continuously improve features, documentation, and developer tooling. |
188187

189188
### Future Plans
190189

0 commit comments

Comments
 (0)