forked from w3f/Grants-Program
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test page deployment (w3f#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 (w3f#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 (w3f#1297) (w3f#1298) Co-authored-by: Keegan | W3F <[email protected]> Co-authored-by: Sebastian Müller <[email protected]> Co-authored-by: Keegan | W3F <[email protected]>
- Loading branch information
1 parent
e037fe1
commit 57ef638
Showing
381 changed files
with
8,914 additions
and
7,188 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 @@ | ||
name: Publish website | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
name: build and deploy | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: "16.16.0" | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Publish | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "grants-deployer" | ||
echo "machine github.com login grants-deployer password ${{ secrets.ACCESS_KEY }}" > ~/.netrc | ||
yarn && yarn build && GIT_USER=grants-deployer PUBLISHING=true yarn deploy |
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 |
---|---|---|
|
@@ -61,3 +61,8 @@ $RECYCLE.BIN/ | |
|
||
# IDE settings | ||
.vscode | ||
node_modules | ||
|
||
# docusaurus | ||
build/ | ||
.docusaurus/ |
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
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# W3F Grant Proposal | ||
# AdMeta | ||
|
||
- **Project Name:** AdMeta | ||
- **Team Name:** AdMeta | ||
- **Payment Address:** 0x1D346c4F0732674a1fc69b4bAFBa854F53353C35 (ERC20 USDT) | ||
- **[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 | |
|
||
- **Contact Name:** Han Zhao | ||
- **Contact Email:** [email protected] | ||
- **Website:** https://admeta.network/ | ||
- **Website:** <https://admeta.network/> | ||
|
||
### Legal Structure | ||
|
||
|
@@ -94,28 +93,28 @@ Note: Both [Litentry](https://www.litentry.com/) and [Web3Go](https://github.com | |
|
||
### Team Code Repos | ||
|
||
- https://github.com/litentry/litentry-parachain | ||
- https://github.com/litentry/litentry-pallets | ||
- https://github.com/web3go-xyz/web3go | ||
- <https://github.com/litentry/litentry-parachain> | ||
- <https://github.com/litentry/litentry-pallets> | ||
- <https://github.com/web3go-xyz/web3go> | ||
|
||
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. | ||
|
||
- https://github.com/h4n0 Han Zhao | ||
- https://github.com/Shihao66 Shihao Zhao | ||
- https://github.com/Moehringen Hao Ding | ||
- <https://github.com/h4n0> Han Zhao | ||
- <https://github.com/Shihao66> Shihao Zhao | ||
- <https://github.com/Moehringen> Hao Ding | ||
|
||
### Team LinkedIn Profiles (if available) | ||
|
||
- https://www.linkedin.com/in/zhaohan6 | ||
- https://www.linkedin.com/in/shihao-zhao-55752685/ | ||
- https://www.linkedin.com/in/hao-ding-msc-pmp-64411193/ | ||
- <https://www.linkedin.com/in/zhaohan6> | ||
- <https://www.linkedin.com/in/shihao-zhao-55752685/> | ||
- <https://www.linkedin.com/in/hao-ding-msc-pmp-64411193/> | ||
|
||
## Development Status :open_book: | ||
|
||
- https://github.com/AdMetaNetwork/admeta This is the AdMeta Substrate chain implementation. We already started to build the pallets mentioned in Milestone 1 below. | ||
- 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. | ||
- https://github.com/AdMetaNetwork/admeta-decentraland This is a simple asset built with Decentraland SDK, and currently it's just for a demo purpose. | ||
- https://admeta.network/ We also have the first version of our website. | ||
- <https://github.com/AdMetaNetwork/admeta> This is the AdMeta Substrate chain implementation. We already started to build the pallets mentioned in Milestone 1 below. | ||
- <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. | ||
- <https://github.com/AdMetaNetwork/admeta-decentraland> This is a simple asset built with Decentraland SDK, and currently it's just for a demo purpose. | ||
- <https://admeta.network/> We also have the first version of our website. | ||
|
||
## Development Roadmap :nut_and_bolt: | ||
|
||
|
@@ -127,7 +126,6 @@ Please also provide the GitHub accounts of all team members. If they contain no | |
|
||
### Milestone 1 — Substrate Chain with Impression Ad, Web App | ||
|
||
|
||
- **Estimated duration:** 6 month | ||
- **FTE:** 2 | ||
- **Costs:** 12,000 USD | ||
|
Oops, something went wrong.