Skip to content

Commit 57ef638

Browse files
Noc2semuellekeeganquigley
authored
Website (#1296)
* test page deployment (#1292) * Rename .github/publish.yml to .github/workflows/publish.yml * Test commit * Update publish.yml * Update publish.yml * Update docusaurus.config.js * Fix image links * Rename applications category * Move Apply in header to right * Restructure Process docs * Fix header link * Update index.md (#1295) * Update team.md Update team md * Fix emojis * Update .github/workflows/publish.yml * Re-fix links * Add latest changes from master * add docusaurus folders to gitignore * Fix hyperlink for docusaurus * Remove emoji from page title * add accepted grants doc * remove accepted grants doc * restore accepted doc * Update accepted_grant_applications.md (#1297) (#1298) Co-authored-by: Keegan | W3F <[email protected]> Co-authored-by: Sebastian Müller <[email protected]> Co-authored-by: Keegan | W3F <[email protected]>
1 parent e037fe1 commit 57ef638

File tree

381 files changed

+8914
-7188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+8914
-7188
lines changed

.github/workflows/publish.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Publish website
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
name: build and deploy
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@master
14+
- uses: actions/setup-node@v2
15+
with:
16+
node-version: "16.16.0"
17+
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
20+
21+
- name: Publish
22+
run: |
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "grants-deployer"
25+
echo "machine github.com login grants-deployer password ${{ secrets.ACCESS_KEY }}" > ~/.netrc
26+
yarn && yarn build && GIT_USER=grants-deployer PUBLISHING=true yarn deploy

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ $RECYCLE.BIN/
6161

6262
# IDE settings
6363
.vscode
64+
node_modules
65+
66+
# docusaurus
67+
build/
68+
.docusaurus/

README.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Web3 Foundation Grants Program<!-- omit in toc -->
22

33
<p align="center">
4-
<img src="src/Grants_Program.png" style="width:1300px";>
4+
<img src="static/img/Grants_Program.png" style="width:1300px";>
55
</p>
66

77

@@ -10,20 +10,22 @@
1010
- [Project ideas](#project-ideas)
1111
- [Support](#support)
1212
- [Team](#team)
13-
- [:level_slider: Levels](#level_slider-levels)
13+
- [:level\_slider: Levels](#level_slider-levels)
1414
- [:pencil: Process](#pencil-process)
1515
- [1. Application](#1-application)
1616
- [2. Application Review](#2-application-review)
1717
- [3. Milestone Delivery and Payment](#3-milestone-delivery-and-payment)
1818
- [Changes to a Grant after Approval](#changes-to-a-grant-after-approval)
19-
- [:mailbox_with_mail: Suggest a Project](#mailbox_with_mail-suggest-a-project)
20-
- [:hammer_and_wrench: Maintenance Grants](#hammer_and_wrench-maintenance-grants)
21-
- [:moneybag: Referral Program](#moneybag-referral-program)
19+
- [:mailbox\_with\_mail: Suggest a Project](#mailbox_with_mail-suggest-a-project)
20+
- [:hammer\_and\_wrench: Maintenance Grants](#hammer_and_wrench-maintenance-grants)
21+
- [:moneybag: Referral Program](#moneybag-referral-program)
2222
- [:bulb: Help](#bulb-help)
2323
- [Additional information](#additional-information)
2424
- [Real-time conversation](#real-time-conversation)
2525
- [Office Hours](#office-hours)
2626
- [:rocket: Alternative Funding Sources](#rocket-alternative-funding-sources)
27+
- [Substrate Builders Program vs Treasury vs Web3 Grants](#substrate-builders-program-vs-treasury-vs-web3-grants)
28+
- [Substrate Builders Program](#substrate-builders-program)
2729
- [Treasury](#treasury)
2830
- [Hackathons](#hackathons)
2931
- [Other Grant Programs](#other-grant-programs)
@@ -103,7 +105,7 @@ In cases where a niche expert opinion is desirable, one of the committee members
103105
Evaluators are individuals able to evaluate the technology delivered as a result of the Grants Program. The committee has the right to add or remove evaluators on the basis of supermajority.
104106

105107
- [Nabil Abdellaoui](https://github.com/randombishop)
106-
- [Matteo Casonato](https://github.com/0xCaso)
108+
- [Matteo Casonato](https://github.com/0xCaso)
107109
- [David Hawig](https://github.com/Noc2)
108110
- [Diogo Mendonça](https://github.com/dsm-w3f)
109111
- [Sebastian Müller](https://github.com/semuelle)
@@ -222,13 +224,13 @@ Please note that:
222224

223225
We give away 500 USD to each referral of a successful grant application by _anyone having previously worked on a Web3 Foundation grant_ or _a [Polkadot Ambassador](https://wiki.polkadot.network/docs/ambassadors)_. Web3 Foundation and Parity employees do not qualify for the program, even if they previously worked on a grant.
224226

225-
In order to be eligible for the referral bonus, the application itself must contain the name of the [Polkadot Ambassador](https://wiki.polkadot.network/docs/ambassadors) or the GitHub account of the grantee as well as the payment address for the referral bonus (see the [application template](applications/application-template.md)). Payment is made in Bitcoin, USDT (on Kusama or Ethereum), USDC/DAI (Ethereum) or aUSD (Acala).
227+
In order to be eligible for the referral bonus, the application itself must contain the name of the [Polkadot Ambassador](https://wiki.polkadot.network/docs/ambassadors) or the GitHub account of the grantee as well as the payment address for the referral bonus (see the [application template](applications/application-template.md)). Payment is made in Bitcoin, USDT (on Kusama or Ethereum), USDC/DAI (Ethereum) or aUSD (Acala).
226228

227229
## :bulb: Help
228230

229231
### Additional information
230232

231-
| <img src="src/web.png?s=50" width="50"> | <img src="src/twitter.png?s=50" width="50"> | <img src="src/medium.png?s=50" width="50"> | <img src="src/like.png?s=50" width="50"> | <img src="src/reddit.png?s=50" width="50"> | <img src="src/youtube-play.png?s=50" width="50"> |
233+
| <img src="static/img/web.png?s=50" width="50"> | <img src="static/img/twitter.png?s=50" width="50"> | <img src="static/img/medium.png?s=50" width="50"> | <img src="static/img/like.png?s=50" width="50"> | <img src="static/img/reddit.png?s=50" width="50"> | <img src="static/img/youtube-play.png?s=50" width="50"> |
232234
| :-: | :-: | :-: | :-: | :-: | :-: |
233235
| [W3F Website](https://web3.foundation) | [W3F Twitter](https://twitter.com/web3foundation) | [W3F Medium](https://medium.com/web3foundation) | [Polkadot Wiki](https://wiki.polkadot.network/en/) | [Web 3.0 Reddit](https://www.reddit.com/r/web3) | [W3F YouTube](https://www.youtube.com/channel/UClnw_bcNg4CAzF772qEtq4g) |
234236

@@ -247,11 +249,13 @@ Besides, we also have a **community room for all grant recipients**. Head over t
247249
### Office Hours
248250

249251
Web3 Foundation Grants Office Hours are a chance to ask the grants team questions regarding a specific (potential) grant application. It offers
250-
- general guidance regarding the grants program,
252+
253+
- general guidance regarding the grants program,
251254
- some quick initial feedback and
252-
- help how to navigate the ecosystem.
255+
- help how to navigate the ecosystem.
256+
257+
Apply for Office Hours if you
253258

254-
Apply for Office Hours if you
255259
- need feedback before submitting an application,
256260
- want to find out what kind of support there might be available or
257261
- need help finding the resources you need.
@@ -288,9 +292,9 @@ flowchart LR
288292
click H "https://www.substrate.io/builders-program/" "https://www.substrate.io/builders-program/" _blank
289293
```
290294

291-
### Substrate Builders Program
295+
### Substrate Builders Program
292296

293-
The [Substrate Builders Program](https://substrate.io/ecosystem/substrate-builders-program/) directly supports you by connecting you with Parity’s extensive resources.
297+
The [Substrate Builders Program](https://substrate.io/ecosystem/substrate-builders-program/) directly supports you by connecting you with Parity’s extensive resources.
294298

295299
### Treasury
296300

@@ -316,7 +320,7 @@ Below is a list of other grant programs in the Polkadot/Substrate ecosystem:
316320
- [Darwinia Grants Program](https://github.com/darwinia-network/collaboration/blob/master/grant/README.md#grant-program)
317321
- [Edgeware Grants and Bounties](https://gov.edgewa.re/discussion/1132-edgeware-proposal-process-and-template)
318322
- [HydraDX Grants and Bounties](https://docs.hydradx.io/new_deal/)
319-
- [Interlay Labs Grants Program](https://github.com/interlay/Grants-Program)
323+
- [Interlay Labs Grants Program](https://github.com/interlay/Grants-Program)
320324
- [Moonbeam Grants Program](https://moonbeam.foundation/grants/)
321325
- [OAK’s Developer Grants](https://oak.tech/community/grants/)
322326
- [Picasso / Composable Grants Program](https://grants.composable.finance)

applications/AdMeta.md

+15-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# W3F Grant Proposal
1+
# AdMeta
22

3-
- **Project Name:** AdMeta
43
- **Team Name:** AdMeta
54
- **Payment Address:** 0x1D346c4F0732674a1fc69b4bAFBa854F53353C35 (ERC20 USDT)
65
- **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2
@@ -73,7 +72,7 @@ Dr. John Wu - Core Dev of Litentry Parachain Team. The University of Tokyo
7372

7473
- **Contact Name:** Han Zhao
7574
- **Contact Email:** [email protected]
76-
- **Website:** https://admeta.network/
75+
- **Website:** <https://admeta.network/>
7776

7877
### Legal Structure
7978

@@ -94,28 +93,28 @@ Note: Both [Litentry](https://www.litentry.com/) and [Web3Go](https://github.com
9493

9594
### Team Code Repos
9695

97-
- https://github.com/litentry/litentry-parachain
98-
- https://github.com/litentry/litentry-pallets
99-
- https://github.com/web3go-xyz/web3go
96+
- <https://github.com/litentry/litentry-parachain>
97+
- <https://github.com/litentry/litentry-pallets>
98+
- <https://github.com/web3go-xyz/web3go>
10099

101100
Please also provide the GitHub accounts of all team members. If they contain no activity, references to projects hosted elsewhere or live are also fine.
102101

103-
- https://github.com/h4n0 Han Zhao
104-
- https://github.com/Shihao66 Shihao Zhao
105-
- https://github.com/Moehringen Hao Ding
102+
- <https://github.com/h4n0> Han Zhao
103+
- <https://github.com/Shihao66> Shihao Zhao
104+
- <https://github.com/Moehringen> Hao Ding
106105

107106
### Team LinkedIn Profiles (if available)
108107

109-
- https://www.linkedin.com/in/zhaohan6
110-
- https://www.linkedin.com/in/shihao-zhao-55752685/
111-
- https://www.linkedin.com/in/hao-ding-msc-pmp-64411193/
108+
- <https://www.linkedin.com/in/zhaohan6>
109+
- <https://www.linkedin.com/in/shihao-zhao-55752685/>
110+
- <https://www.linkedin.com/in/hao-ding-msc-pmp-64411193/>
112111

113112
## Development Status :open_book:
114113

115-
- https://github.com/AdMetaNetwork/admeta This is the AdMeta Substrate chain implementation. We already started to build the pallets mentioned in Milestone 1 below.
116-
- https://github.com/AdMetaNetwork/admeta-webapp This is our web app repo according to Milestone 1. We already had a single page app with polkadot js API integrated now.
117-
- https://github.com/AdMetaNetwork/admeta-decentraland This is a simple asset built with Decentraland SDK, and currently it's just for a demo purpose.
118-
- https://admeta.network/ We also have the first version of our website.
114+
- <https://github.com/AdMetaNetwork/admeta> This is the AdMeta Substrate chain implementation. We already started to build the pallets mentioned in Milestone 1 below.
115+
- <https://github.com/AdMetaNetwork/admeta-webapp> This is our web app repo according to Milestone 1. We already had a single page app with polkadot js API integrated now.
116+
- <https://github.com/AdMetaNetwork/admeta-decentraland> This is a simple asset built with Decentraland SDK, and currently it's just for a demo purpose.
117+
- <https://admeta.network/> We also have the first version of our website.
119118

120119
## Development Roadmap :nut_and_bolt:
121120

@@ -127,7 +126,6 @@ Please also provide the GitHub accounts of all team members. If they contain no
127126

128127
### Milestone 1 — Substrate Chain with Impression Ad, Web App
129128

130-
131129
- **Estimated duration:** 6 month
132130
- **FTE:** 2
133131
- **Costs:** 12,000 USD

0 commit comments

Comments
 (0)