From f1e3dfc7804b96a2e8d3524a047c32dba2db7e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 31 Aug 2023 11:26:21 +0200 Subject: [PATCH] xNFT in progress --- evaluations/starks_xnft_1_semuelle.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 evaluations/starks_xnft_1_semuelle.md diff --git a/evaluations/starks_xnft_1_semuelle.md b/evaluations/starks_xnft_1_semuelle.md new file mode 100755 index 000000000..bda960ce7 --- /dev/null +++ b/evaluations/starks_xnft_1_semuelle.md @@ -0,0 +1,22 @@ +# Evaluation + +- **Status:** In Progress +- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/xNFT.md +- **Milestone:** 1 +- **Kusama Identity:** [ESxS4A7GHMLzve4Mbc9t27RpXtVTnV3LtcMTtcnD26jcUHA](https://polkascan.io/pre/kusama/account/ESxS4A7GHMLzve4Mbc9t27RpXtVTnV3LtcMTtcnD26jcUHA) +- **Previously successfully merged evaluation:** All by semuelle + +| Number | Deliverable | Accepted | Link | Evaluation Notes | +| ------ | ----------- | :------: | ---- |----------------- | +| **0a.** | License | | link | Apache 2.0 / GPLv3 / MIT / Unlicense | +| **0b.** | Documentation | | link | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can transfer nft across chains | +| **0c.** | Testing and Testing Guide | | link | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | +| **0d.** | Docker | | link | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | +| 0e. | Article | | link | We will publish an **article**/workshop that explains [...] (what was done/achieved as part of the grant). (Content, language and medium should reflect your target audience described above.) | +| 1. | xNFT | | link | We will create a Substrate module that will handle cross-chain NFT transfers using these functions: 1. transferSingleNFT 2. transferMultiNFT 3. transferCollection 4. transferCollectionOwnership | +| X. | ... | | link | see [General Notes](#general-notes) | + + +## General Notes + +- —