Skip to content

Commit

Permalink
Merge branch 'w3f:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernih authored Jan 5, 2024
2 parents 030a599 + fe280d4 commit a208bef
Show file tree
Hide file tree
Showing 13 changed files with 298 additions and 41 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/check_application_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,27 @@ jobs:
filter: 'applications/*.md'
format: 'csv'

parse_document:
add_label:
needs: get_filename
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: add admin-review label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: admin-review
github_token: ${{ secrets.GITHUB_TOKEN }}

parse_document:
needs: get_filename
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Parse application file
Expand Down
1 change: 1 addition & 0 deletions applications/CILA-omnichain-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- **Team Name:** Collective Intelligence Labs
- **Payment Address:** bc1qff0kjc6pyjkneyt3pctm5nahjpd9f774avz55x (BTC)
- **Level:** 2
- **Status:** [Terminated](https://github.com/w3f/Grants-Program/pull/1679#issuecomment-1823419675)

## Project Overview :page_facing_up:

Expand Down
2 changes: 1 addition & 1 deletion applications/LiisaPortfolioTracker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Polkadot NFT Portfolio Tracker by Liisa - MVP

- **Team Name:** Liisa
- **Payment Address:** 0x096a685Bfd75c3998CFC4c70177e17ee6b582B0A
- **Payment Address:** Fiat 04.01.2024, 11:55 PM GMT
- **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2


Expand Down
2 changes: 1 addition & 1 deletion applications/MeProtocol.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Me Protocol

- **Team Name:** My AI
- **Payment Address:** Ethereum: 0xA2db450Da91c1ab0bF3e247F0413541568bDdDaa (USDC)
- **Payment Address:** POLKADOT: 14K4XzpMBxGp8NiCKMWAwzjFMLcAKjakXooqHtVEC6WoaeTq (DOT)
- **Level:** 2


Expand Down
213 changes: 213 additions & 0 deletions applications/PoCS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion applications/SpellRouter-proposal.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SpellRouter - XCM Router by ParaSpell✨

- **Team Name:** ParaSpell✨
- **Payment Address:** bc1qa7m3f5cm5pcyh7m8f899kx59m93w496ld8nyux BTC
- **Payment Address:** FIAT (Shared 22.Dec.2023 14:56 via contact email mentioned in the application)
- **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2 🐤

## Project Overview :page_facing_up:
Expand Down
21 changes: 12 additions & 9 deletions applications/application-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name of your Project

> This document will be part of the terms and conditions of your agreement and therefore needs to contain all the required information about the project. Don't remove any of the mandatory parts presented in bold letters or as headlines (except for the title)! Lines starting with a `>` (such as this one) should be removed. Please use markdown instead of HTML (e.g. `![](image.png)` instead of `<img>`).
> This document will be part of the terms and conditions of your agreement and, therefore, needs to contain all the required information about the project. Don't remove any of the mandatory parts presented in bold letters or as headlines (except for the title)! Lines starting with a `>` (such as this one) should be removed. Please use markdown instead of HTML (e.g., `![](image.png)` instead of `<img>`).
>
> See the [Grants Program Process](https://github.com/w3f/Grants-Program/#pencil-process) on how to submit a proposal.
Expand All @@ -14,13 +14,13 @@

If this application is in response to an RFP, please indicate this on the first line of this section.

If this is an application for a follow-up grant (the continuation of an earlier, successful W3F grant), please provide name and/or pull request of said grant on the first line of this section.
If this is an application for a follow-up grant (the continuation of an earlier, successful W3F grant), please provide the name and/or pull request of said grant on the first line of this section.

### Overview

Please provide the following:

- If the name of your project is not descriptive, a tag line (one sentence summary).
- If the name of your project is not descriptive, a tagline (one sentence summary).
- A brief description of your project.
- An indication of how your project relates to / integrates into Substrate / Polkadot / Kusama.
- An indication of why your team is interested in creating this project.
Expand All @@ -35,7 +35,7 @@ We expect the teams to already have a solid idea about your project's expected f
- Documentation of core components, protocols, architecture, etc. to be deployed
- PoC/MVP or other relevant prior work or research on the topic
- What your project is *not* or will *not* provide or implement
- This is a place for you to manage expectations and to clarify any limitations that might not be obvious
- This is a place for you to manage expectations and clarify any limitations that might not be obvious


Things that shouldn’t be part of the application (see also our [FAQ](../docs/faq.md)):
Expand All @@ -51,9 +51,11 @@ Help us locate your project in the Polkadot/Substrate/Kusama landscape and what
- Where and how does your project fit into the ecosystem?
- Who is your target audience (parachain/dapp/wallet/UI developers, designers, your own user base, some dapp's userbase, yourself)?
- What need(s) does your project meet?
- How did you identify these needs? Please provide evidence in the form of (scientific) articles, forum discussions, case studies, or raw data.
- Are there any other projects similar to yours in the Substrate / Polkadot / Kusama ecosystem?
- If so, how is your project different?
- If not, are there similar projects in related ecosystems?
- If so, how is your project different? Please identify and assess any projects addressing the same need and explain how your project is distinct. Feel free to include applicable research data, statistics, or metrics.
- If not, please indicate why such a project might not have been possible, successful, or attempted.
- Are there any projects similar to yours in related ecosystems?

## Team :busts_in_silhouette:

Expand Down Expand Up @@ -113,7 +115,7 @@ This section should break the development roadmap down into milestones and deliv

Below we provide an **example roadmap**. In the descriptions, it should be clear how your project is related to Substrate, Kusama or Polkadot. We *recommend* that teams structure their roadmap as 1 milestone ≈ 1 month.

> :exclamation: If any of your deliverables is based on somebody else's work, make sure you work and publish *under the terms of the license* of the respective project and that you **highlight this fact in your milestone documentation** and in the source code if applicable! **Projects that submit other people's work without proper attribution will be immediately terminated.**
> :exclamation: If any of your deliverables are based on somebody else's work, make sure you work and publish *under the terms of the license* of the respective project and that you **highlight this fact in your milestone documentation** and in the source code if applicable! **Projects that submit other people's work without proper attribution will be immediately terminated.**
### Overview

Expand All @@ -135,7 +137,7 @@ Below we provide an **example roadmap**. In the descriptions, it should be clear
| **0b.** | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can (for example) spin up one of our Substrate nodes and send test transactions, which will show how the new functionality works. |
| **0c.** | Testing and Testing Guide | 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 | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |
| 0e. | Article | 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.) |
| 0e. | Article | 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. | Substrate module: X | We will create a Substrate module that will... (Please list the functionality that will be implemented for the first milestone. You can refer to details provided in previous sections.) |
| 2. | Substrate module: Y | The Y Substrate module will... |
| 3. | Substrate module: Z | The Z Substrate module will... |
Expand All @@ -157,7 +159,8 @@ Below we provide an **example roadmap**. In the descriptions, it should be clear

Please include here

- how you intend to use, enhance, promote and support your project in the short term, and
- how you intend to finance the project's long-term maintenance and development,
- how you intend to use, enhance, and promote your project in the short term, and
- the team's long-term plans and intentions in relation to it.

## Referral Program (optional) :moneybag:
Expand Down
2 changes: 2 additions & 0 deletions applications/centrifuge-twamm.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ We would like to bring to your attention that we recently presented a similar, a

### Milestone 1 - TWAMM Pallet

We anticipate the project's inception to be in the second quarter of 2024.

- **Estimated duration:** 7.5 weeks (286 hours)
- **FTE:** 1.5
- **Costs:** 75,000 USD
Expand Down
12 changes: 8 additions & 4 deletions applications/decentral_ml.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Decentral ML
- **Team Name:** Livetree Community Ltd
- **Payment Address:** 0xC852e933FBB719b607A96D73b033b3523Be04374 (Ethereum USDC)
- **Team Name:** Seed Intelligence Limited
- **Payment Address:** Fiat 03.01.2024, 04:04
- **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2

## Project Overview :page_facing_up:
Expand Down Expand Up @@ -100,6 +100,7 @@ To our knowledge, there are currently two AI-related projects in the Substrate/P
- Names of team members:
- Dr Jamie Ward
- Isak Grimsson
- Mathias Ciliberto

We have also made contact with wider related field researchers:
[Dr. Philip Treleaven](http://www0.cs.ucl.ac.uk/staff/P.Treleaven/) | [Dr Jonathan M M Hall](https://drjonathanmmhallfrsa.wordpress.com/) | [Jesse C. Cresswell](https://scholar.google.ca/citations?user=7CwOlvoAAAAJ&hl=en)
Expand All @@ -114,8 +115,8 @@ To our knowledge, there are currently two AI-related projects in the Substrate/P

### Legal Structure

- **Registered Address:** 301 Kingsland Rd, Haggerston, London, E8 4DS, UK
- **Registered Legal Entity:** Livetree Community Ltd
- **Registered Address:** Freda St, London, UK
- **Registered Legal Entity:** Seed Intelligence Limited

### Team's experience
The team consists of computer science academics and software engineers, including Dr. Jamie Ward, a senior lecturer in machine learning at Goldsmith's University, Isak Grimson, a computer science graduate specialising in machine learning research, and Ashley Turing, an experienced computer software engineer with expertise in blockchain technologies.
Expand All @@ -127,12 +128,15 @@ The team consists of computer science academics and software engineers, includin

- <https://github.com/IsakGrimsson>



### Team LinkedIn Profiles (if available)

- <https://www.linkedin.com/in/ashley-turing/> Ashley Turing

- <https://www.linkedin.com/in/jamieward/> Jaime Ward


- <https://www.linkedin.com/in/isakgrimsson/> Isak Grimsson


Expand Down
4 changes: 2 additions & 2 deletions applications/delightfuldot.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ Team members

### Overview

- **Total Estimated Duration:** 3.5 months
- **Total Estimated Duration:** 4.5 months
- **Full-Time Equivalent (FTE):** 2 FTE
- **Total Costs:** 30,000 USD

### Milestone 1 — Foundational modules with core functionalities

- **Estimated duration:** 2 months
- **Estimated duration:** 3 months
- **FTE:** 2
- **Costs:** 17,000 USD

Expand Down
Loading

0 comments on commit a208bef

Please sign in to comment.