-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Evaluation | ||
|
||
- **Status:** In Progress | ||
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/dapp_wallet_integration_native_mobile_libraries.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 | <ul><li>[x] </li></ul> | [LICENSE](https://github.com/tesseract-one/Tesseract.android/blob/b6dfe65d1306c6eeb3d4218bba07f84d4b8ddf51/LICENSE) | Apache 2.0 | | ||
| **0b.** | Documentation | <ul><li>[x] </li></ul> | [README](https://github.com/tesseract-one/Tesseract.android/blob/b6dfe65d1306c6eeb3d4218bba07f84d4b8ddf51/README.md), [WALLET.MD](https://github.com/tesseract-one/Tesseract.android/blob/b6dfe65d1306c6eeb3d4218bba07f84d4b8ddf51/WALLET.MD) | — | | ||
| **0c.** | Testing and Testing Guide | <ul><li>[ ] </li></ul> | link | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | ||
| **0d.** | Docker | <ul><li>[ ] </li></ul> | link | Due to the client-side nature of the deliverable, there is no need for a docker image. | | ||
| 0e. | Article | <ul><li>[ ] </li></ul> | link | We will publish an article that explains how Tesseract makes dApps better and how to enable Tesseract protocol support in a Polkadot wallet for Android. | | ||
| 1. | Wallet-side Android library | <ul><li>[ ] </li></ul> | link | The library provides Kotlin APIs for Tesseract's wallet-side | | ||
| 2. | Wallet-side IPC wrapper for Android | <ul><li>[ ] </li></ul> | link | Kotlin wrapper for the wallet side of Android IPC transport | | ||
| 3. | Wallet-side of the Test protocol in Kotlin | <ul><li>[ ] </li></ul> | link | Kotlin API for the wallet side of Tesseract Test protocol | | ||
| 4. | Wallet-side of the Substrate protocol in Kotlin | <ul><li>[ ] </li></ul> | link | Kotlin API for the wallet side of Tesseract Substrate protocol | | ||
| 5. | Android demo Wallet | <ul><li>[ ] </li></ul> | link | A demo wallet that demonstrates the Kotlin APIs usage | | ||
| X. | ... | <ul><li>[ ] </li></ul> | link | see [General Notes](#general-notes) | | ||
|
||
|
||
## General Notes | ||
|
||
- — |