diff --git a/applications/eliza-plugin-dot.md b/applications/eliza-plugin-dot.md index 8a0e2c2c6d0..fa67be5f406 100644 --- a/applications/eliza-plugin-dot.md +++ b/applications/eliza-plugin-dot.md @@ -27,9 +27,9 @@ Our team specializes in promoting and developing Polkadot technology. We are dee **Features:** 1. Wallet creation 2. Transfers -3. sr25519-AES message encryption -4. ed25519-AES message encryption -5. ECDSA-AES message encryption +3. `sr25519-AES` Message Encryption and Decryption +4. `ed25519-AES` Message Encryption and Decryption +5. `ECDSA-AES` Message Encryption and Decryption > In the social domain, message encryption is a crucial feature. Drawing from our experience with social products, we recognize its importance. TON Blockchain's outstanding design for ed25519-AES message encryption inspired us. Polkadot, however, is more suited for sr25519 and ed25519 encryption schemes. @@ -48,9 +48,12 @@ It makes it easier for Polkadot developers to create products integrating Discor #### How did you identify these needs? Eliza, as a highly popular AI Agent framework, has already integrated various blockchains. - -#### Are there any similar projects in the Substrate/Polkadot/Kusama ecosystem? Phala Network has already started deep collaboration with Eliza, showcasing the potential for broader adoption within the Polkadot community. +The developer community looks forward to more integration of Polkadot technology in Eliza. +Reflecting on our past experience in social products, we believe that integrating public chains into existing social platforms has more potential than developing new social software from scratch. This approach enables integration with the world's most advanced technologies. Public chains in the Polkadot ecosystem need to be integrated into more social applications, such as Discord, Telegram, and others. Integration with AI makes products smarter and more attractive, enabling intent-based interactions between users and chains, thereby simplifying user operations. +Furthermore, when combining social products with blockchain, universal and secure message encryption/decryption becomes essential. The TON blockchain offers exemplary use cases in this area, demonstrating the importance of this functionality. This is a critical feature that we all require. +#### Are there any similar projects in the Substrate/Polkadot/Kusama ecosystem? +no #### Are there similar projects in related ecosystems? Yes, several blockchains have already integrated with Eliza. @@ -99,7 +102,7 @@ The project is in the preparation phase. Code repository: https://github.com/Cha - **Estimated duration:** 1 month - **FTE:** 1.5 -- **Costs:** $8,000 USD +- **Costs:** $10,000 USD | Number | Deliverable | Specification | |-------:|---------------------|---------------------------------------------------------------------------------------------------| @@ -109,9 +112,9 @@ The project is in the preparation phase. Code repository: https://github.com/Cha | **0d.** | Docker | A Dockerfile for testing all delivered functionality. | | **0e.** | Article | A published article or workshop explaining the project achievements. | | 1. | Plugin-dot Package | Node connection, wallet creation, and transfers. | -| 2. | sr25519-AES Package | Message encryption. | -| 3. | ed25519-AES Package | Message encryption. | -| 4. | ECDSA-AES Package | Message encryption. | +| 2. | sr25519-AES Package | Message Encryption/Decryption Using Combined sr25519 and AES. | +| 3. | ed25519-AES Package | Message Encryption/Decryption Using Combined ed25519 and AES. | +| 4. | ECDSA-AES Package | Message Encryption/Decryption Using Combined ecdsa and AES. | ---