-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** | ||
|
||
* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/CILA-omnichain-infrastructure.md | ||
* **Milestone Number:** 2 | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Link | Notes | | ||
| ------------- | ------------- | ------------- |------------- | | ||
| 0a. | License | https://github.com/Collective-Intelligence-Labs/cila-substrate/blob/main/LICENSE-APACHE.txt | Provision of an Apache License.| | ||
| 0b. | Documentation | https://github.com/Collective-Intelligence-Labs/cila-substrate/blob/main/docs/autotest.md | Comprehensive documentation to facilitate users and developers. | | ||
| 0c. | Testing and Testing Guide | https://github.com/Collective-Intelligence-Labs/cila-substrate/blob/main/autotests/README.md | A thorough testing procedure and accompanying guide.| | ||
| 0d. | Docker | https://github.com/Collective-Intelligence-Labs/cila-substrate/blob/main/Dockerfile | Dockerfile to build and run the project in a containerized environment.| | ||
| 0e. | Article | https://www.linkedin.com/pulse/implementing-cqrs-event-sourcing-substrate-technical-guide-alex-shkor/ | The article about CQRS + ES implementation on Substrate. | | ||
| 1. | Substrate Chain | N/A | We deployed substarte chain in local env. | | ||
| 2. | Automated Tests | https://github.com/Collective-Intelligence-Labs/cila-substrate/blob/main/autotests/substrate.test.js | Implementation of automated test to test basic functionality of our CQRS + ES implementation | | ||
|
||
|
||
|
||
**Additional Information** | ||
|
||
The cila-substrate project, hosted under the Collective-Intelligence-Labs repository, represents a concerted effort to bring advanced event sourcing and command query responsibility segregation (CQRS) principles to the Substrate framework. The focus on robust modularization, evident from the diversified pallets and proto modules, ensures that the solution remains scalable, maintainable, and adaptable to evolving requirements. |