-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (77 loc) · 3.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>IPFS Implementation Fund</title>
<link rel="stylesheet" href="fund.css">
</head>
<body>
<main>
<h1>IPFS <br>Implementations <br>Grants</h1>
<p>
The IPFS Implementations Grants program was established in 2022 to advance the development, growth, and impact
of the InterPlanetary File System (IPFS) project through a focus on developer choice and availability. We provide
financial support to projects and teams working on integrations, extensions, and new implementations that make
IPFS accessible to more developer communities across a variety of languages, platforms, and systems.
</p>
<h2>Past awardees, in alphabetic order:</h2>
<ul>
<li>
<a href="https://www.3studio.online/">3S Studio</a>, for
<a href="https://blog.ipfs.tech/2022-11-15-3s-studio/">IPFS plugins for the Unreal and Unity gaming engines</a>.
</li>
<li>
<a href="https://brave.com/">Brave Browser</a>, for
<a href="https://brave.com/blog/nft-pinning/">automatic NFT backups</a> to a local IPFS node.
</li>
<li>
<a href="https://www.igalia.com/">Igalia</a>, for
<a href="https://blog.ipfs.tech/14-11-2022-igalia-chromium/">refactoring Chrome to support non-HTTP protocols</a>.
and
<a href="https://blog.ipfs.tech/2021-01-15-ipfs-and-igalia-collaborate-on-dweb-in-browsers/">other</a>
<a href="https://blogs.igalia.com/jfernandez/2023/06/20/secure-curves-in-the-web-cryptography-api/">improvements</a>
across 3 major browser engines for future IPFS compatibility
</li>
<li>
<a href="https://fission.codes/">Fission</a>, for the
<a href="https://fission.codes/blog/ipvm-computation-ipfs/">IPVM content-addressed computing</a>
protocol and implementation
</li>
<li>
<a href="https://littlebearlabs.io/">Little Bear Labs</a>, for
<a href="https://blog.ipfs.tech/2023-05-multigateway-chromium-client/">native support for verified IPFS requests in Chromium</a>.
</li>
<li>
<a href="https://n0.computer/">Number Zero</a>, for <a href="https://iroh.computer/">Iroh</a>, a new
IPFS-based toolkit for building distributed systems
</li>
<li>
<a href="https://github.com/Peergos">Peergos</a>, for
<a href="https://github.com/Peergos/nabu">Nabu</a>, a ground-up implementation of IPFS in Java and improvements to
<a href="https://github.com/libp2p/jvm-libp2p">jvm-libp2p</a>
</li>
</ul>
<h2>How to Apply</h2>
<p>
Make a copy of the
<a href="https://docs.google.com/document/d/1ca71n6iF4qxmNjF6ikBIlu8poXTvHvbs8DASHPEmDr0/edit#heading%3Dh.qu9lauf6phdl">application template</a>,
edit it with your proposal details, and send it to
<a href="mailto:[email protected]?subject=IPFS%20Implementations%20grant%20proposal%20-%20%5BPROJECT%20NAME%5D">[email protected]</a>.
Questions and informal inquiries are also welcome. You can expect an initial response within 2 weeks.
</p>
<h2>How to Contribute</h2>
<p>
This program is supported by Protocol Labs (2022-2025) and the Filecoin Foundation (2022). If your fund or foundation aims
to boost open-source IPFS adoption, consider
<a href="mailto:[email protected]?subject=Contributing%20to%20IPFS%20Implementations%20funding">joining as a funder</a>.
</p>
<h2>About</h2>
<p>
The IPFS Implementations Grants program is a cell of the <a href="https://openimpact.foundation/">Open Impact Foundation</a>,
a Liechtenstein charitable foundation. Our advisors are Michelle Lee, Juan Benet, and Dietrich Ayala (emeritus).
Thank you to Addie Wagenknecht, Matt Frehlich, and Patrick Kim.
</p>
</main>
</body>
</html>