Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions deliveries/eliza-plugin-dot-milestone-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Milestone Delivery :mailbox:

> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones.
>
> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed.

**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/eliza-plugin-dot.md](https://github.com/w3f/Grants-Program/blob/master/applications/eliza-plugin-dot.md)
* **Milestone Number:** 1

**Context** (optional)
> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose.

**Deliverables**
> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work.
>
> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column.

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License |[eliza-plugin-dot](https://github.com/ChainSupport/eliza-plugin-dot/blob/main/LICENSE), [eliza-dot-aes](https://github.com/ChainSupport/eliza-dot-aes/blob/main/LICENSE), [polkadot asset hub agent](https://github.com/ChainSupport/eliza/blob/main/LICENSE)| ...|
| 0b. | Documentation |[polkadot asset hub agent](https://github.com/ChainSupport/eliza/blob/main/README.md), [eliza-plugin-dot](https://github.com/ChainSupport/eliza-plugin-dot/blob/m1/README.md), [eliza-dot-aes](https://github.com/ChainSupport/eliza-dot-aes/blob/main/README.md)| ...|
|0c. | Testing Guide | [eliza-dot-aes test guide](https://github.com/ChainSupport/eliza-plugin-dot/blob/m1/docs/test-guide.md), [eliza-plugin-dot test guide](https://github.com/ChainSupport/eliza-plugin-dot/blob/main/docs/test-guide.md)| |
|0d. | docker | [polkadot asset hub agent test guide](https://github.com/ChainSupport/eliza?tab=readme-ov-file#2-run-with-docker)| |
| 0e. | Article| [Eliza‐Plugin‐Polkadot‐AssetHub wiki](https://github.com/ChainSupport/eliza-plugin-dot/wiki/Let-AI-Truly-Embrace-Polkadot:-eliza%E2%80%90polkadot%E2%80%90assethub,-a-ElizaOS-plugin)| |
| 1. | Plugin-dot Package | [eliza-plugin-dot](https://github.com/ChainSupport/eliza-plugin-dot/tree/m1) [polkadot asset hub agent](https://github.com/ChainSupport/eliza.git)| The agent is an example of how a plugin is used in a production environment. |
| 2. | sr25519-AES Package | [sr25519-aes](https://github.com/ChainSupport/eliza-dot-aes/tree/main/packages/sr25519-aes)| |
| 3. | ed25519-AES Package | [ed25519-aes](https://github.com/ChainSupport/eliza-dot-aes/tree/main/packages/ed25519-aes)| |
| 4. | ECDSA-AES Package | [ecdsa-aes](https://github.com/ChainSupport/eliza-dot-aes/tree/main/packages/ecdsa-aes)| |



**Additional Information**
> Any further comments on the milestone that you would like to share with us.
Loading