Skip to content

Commit

Permalink
CILA second milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkor committed Oct 10, 2023
1 parent 0223fdd commit d546371
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions deliveries/CILA-omnichain-infrastructure-milestone-2.md
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.

0 comments on commit d546371

Please sign in to comment.