From d5463716d8856be1bc69a8efc31fa3b7434df21b Mon Sep 17 00:00:00 2001 From: Alex Shkor Date: Tue, 10 Oct 2023 20:09:24 +0100 Subject: [PATCH] CILA second milestone --- ...LA-omnichain-infrastructure-milestone-2.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 deliveries/CILA-omnichain-infrastructure-milestone-2.md diff --git a/deliveries/CILA-omnichain-infrastructure-milestone-2.md b/deliveries/CILA-omnichain-infrastructure-milestone-2.md new file mode 100644 index 000000000..8a0217406 --- /dev/null +++ b/deliveries/CILA-omnichain-infrastructure-milestone-2.md @@ -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. \ No newline at end of file