Skip to content

Commit 7f6e2f7

Browse files
authored
Merge branch 'filecoin-project:master' into master
2 parents d99e40a + dd36ffc commit 7f6e2f7

File tree

5 files changed

+180
-27
lines changed

5 files changed

+180
-27
lines changed

community-calls/Storage-Provider-Working-Group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Our Storage Provider Working Group Calls provide a forum to provide storage-rele
66

77
## Call Recordings
88

9-
| No. | Date | Recording | Passcode |
10-
| ---- | ---- | ---- | ---- |
11-
| 1 | Wednesday, August 25, 2021 08:00 PTD | [recording](https://us02web.zoom.us/rec/share/x5XNQg29PV0NcIGJqgotEDpIzGxrEsI74NRki4ulcA5lCmVsZIyy0N6hDSc98E03.ibvt5BXGeAJIae-v) |9z@iNpQz|
9+
| No. | Date | Recording |
10+
| ---- | ---- | ---- |
11+
| 1 | Wednesday, August 25, 2021 08:00 PTD | [recording](https://youtu.be/zGUIUVN75gA) |

projects/application/MyWorld.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
## Project Name <!-- Add your project name here with format "Project Name"-->
2+
MyWorld
3+
4+
## Category
5+
<!--developer tooling, application, wallet, infrastructure, etc-->
6+
Application
7+
8+
## Project Description
9+
<!--Describe your project in a few sentences. -->
10+
MyWorld is a common place for autism artists to express their world through arts and music. They can sell and exchange their work via the smart contracts. A small fee from those buying and selling is contributed to autism awareness activies; those activities in turn are proposed and voted by mean of token distribution in the community.
11+
All those beautiful things happend thanks to the greatness of Flow blockchain network, NFT.storage API and IPFS storage space.
12+
13+
## Project Status
14+
<!--brainstorming, fundraising, under development, beta, shipped, etc-->
15+
We are in beta with a functional product running on Flow testnet.
16+
17+
## Previews
18+
<!--Add some screenshots to give a preview of your product-->
19+
1. Welcome Screen
20+
![Screen 1](https://mywnft.github.io/shot/sign-in.png)
21+
22+
2. Home Screen
23+
![Screen 2](https://mywnft.github.io/shot/home.png)
24+
25+
3. Upload Image to IPFS
26+
![Screen 3](https://mywnft.github.io/shot/upload-mint.png)
27+
28+
4. Mint NFT
29+
![Screen 4](https://mywnft.github.io/shot/success.png)
30+
31+
4. NFT Gallery
32+
![Screen 5](https://mywnft.github.io/shot/gallery.png)
33+
34+
## Target Audience
35+
<!--Describe who will be your project's users-->
36+
+ Autism Artists
37+
+ Autism Musicians
38+
39+
## Rough estimated user base (if applicable)
40+
<!--How many users do you have right now?-->
41+
We are opening to our community soon
42+
43+
## Github repo
44+
<!--Attach a link to your GitHub repo if it's OSS-->
45+
https://github.com/NguyenIvan/lazy-ipfs-image
46+
https://github.com/NguyenIvan/MyWorld/
47+
48+
## Website
49+
<!--Link your website if available-->
50+
https://mywnft.github.io
51+
52+
## Docs
53+
<!--Including a link to your project docs!-->
54+
55+
## Team Info
56+
<!-- Introduce your amazing team - how many team members are working on this project and who are they?-->
57+
nwin lee
58+
I train kids in various disciplines, especially martial arts and sport climbing. I am also a coder.
59+
60+
Lynda P.
61+
I work with autistic children to improve their cognitive behaviour and physical wellness. In my free time I have fun with my crypto tokens.
62+
63+
### Team Size
64+
2
65+
66+
### Team members
67+
nwin lee
68+
69+
70+
Lynda P.
71+
72+
73+
## How the community can engage
74+
GitHub Discussion: https://github.com/filecoin-project/community/discussions/307 <!--Start a disucssion with the community here: https://github.com/filecoin-project/community/discussions/new and attach the link!-->
75+
76+
Slack:
77+
Twitter:
78+
Discord: https://discord.gg/nujAyCAdv9
79+
Telegram:
80+
WeChat:
81+
82+
## How to Contribute
83+
<!--How can the community contribute to your project?-->
84+
There are lots of things to improve in my component [lazy-ipfs-image](https://github.com/NguyenIvan/lazy-ipfs-image). I created this component because if we upload an image to IPFS (through NFT.storage api) and <em>wait</em> for it to render, it would takes several minutes to be available (depends how busy the servers are, I guess). That long wait can cause panic in users and break browser rendering.
85+
My solution to that problem is to lazy load the image and use [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) function to wait after the upload is done, so that the http request will not be timed out. In the waiting time a placeholder is displayed in place of the image.
86+
I would add several features to the component:
87+
- Save IPFS link to the user storage space, so incase the ipfs is not available in time, it can be displayed when the user comes back.
88+
- Also upload to S3 so that the user can see it even if it is not readily available from IPFS.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
## Project Name <!-- Add your project name here with format "Project Name"-->
2+
Thrust - Publishing your static website to IPFS & Filecoin instantly 🚀
3+
4+
## Category
5+
<!--developer tooling, application, wallet, infrastructure, etc-->
6+
developer tooling
7+
8+
## Project Description
9+
<!--Describe your project in a few sentences. -->
10+
<img src="https://github.com/iamvon/thrust-vscode-extension/raw/HEAD/assets/logo.png" alt="drawing" width="200"/>
11+
12+
**Thrust** is the Visual Studio Code Extension which helps Web developers quickly and easily publish their static websites to IPFS & Filecoin blockchain network using [Web3 Storage](https://web3.storage) service maintained by [Protocol Labs](https://protocol.ai). This makes it easier for Web developers to learn and use distributed Web technology, IPFS and Filecoin blockchain network.
13+
14+
Github: https://github.com/iamvon/thrust-vscode-extension
15+
16+
Demo: https://www.youtube.com/watch?v=J5MoIom_tWc
17+
18+
## Project Status
19+
<!--brainstorming, fundraising, under development, beta, shipped, etc-->
20+
Thrust VS Code Extension now avaiable on https://marketplace.visualstudio.com/items?itemName=thrust.thrust
21+
22+
## Previews
23+
<!--Add some screenshots to give a preview of your product-->
24+
You can see a quick demo [here](https://www.youtube.com/watch?v=J5MoIom_tWc).
25+
26+
## Target Audience
27+
<!--Describe who will be your project's users-->
28+
Web developers using Visual Studio Code
29+
30+
## Rough estimated user base (if applicable)
31+
<!--How many users do you have right now?-->
32+
Due to the new project released on 09/19/2021, there have only been 3 installations, but with the recent development trend of the decentralized web, we expect the number of users is expected to increase rapidly.
33+
34+
## Github repo
35+
<!--Attach a link to your GitHub repo if it's OSS-->
36+
Github repo: https://github.com/iamvon/thrust-vscode-extension
37+
38+
## Website
39+
<!--Link your website if available-->
40+
Find Thurst on Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=thrust.thrust
41+
42+
## Docs
43+
<!--Including a link to your project docs!-->
44+
https://github.com/iamvon/thrust-vscode-extension#readme
45+
46+
## Team Info
47+
<!-- Introduce your amazing team - how many team members are working on this project and who are they?-->
48+
49+
### Team Size
50+
2
51+
52+
### Team members
53+
54+
| Name | Email | Github | Role |
55+
|:--------------:|:-----------------------:|:--------------------------------:|:----------------------:|
56+
| Tuan Pham Minh | [email protected] | https://github.com/iamvon | Project Lead Developer |
57+
| Thanh Vuong | [email protected] | https://github.com/vuongthanh148 | Developer |
58+
59+
**Tuan Pham Minh** is in the team won the blockchain track at Junction hackathon 2018 held in Helsinki, Finland. You can find more information at [Infinity Blockchain Labs](https://blockchainlabs.asia/news/infinito-phoenix-and-their-path-to-junction-2018/) or [NEO](https://neonewstoday.com/general/meet-the-top-3-teams-from-the-neo-track-at-the-2018-junction-hackathon-finland/).
60+
61+
## How the community can engage
62+
GitHub Discussion: https://github.com/filecoin-project/community/discussions/309
63+
64+
Twitter: https://twitter.com/tuanpmhd
65+
Linkedin: https://www.linkedin.com/in/tuanpmhd
66+
67+
## How to Contribute
68+
<!--How can the community contribute to your project?-->
69+
We appreciate contributions on any level, code, docs, discussions or anything for make Thrust better! Our [Github repo](https://github.com/iamvon/thrust-vscode-extension) always be available.
70+

storage-provider-bounty-program/BOUNTIES.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

storage-provider-bounty-program/README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
# Welcome to Filecoin Storage Provider-Bounty Board!
22

3-
The Filecoin Storage Provider Bounty Board focuses on development, specification, and implementation of priorities from Filecoin’s storage provider community. This is a similar initiative to the [IPFS bounty board](https://github.com/ipfs/devgrants/blob/master/BOUNTIES.md) but focused on storage providers. Throughout this project, we aim to improve our ecosystem and community support by working with community members and contributors. Our program is intended to motivate more contributors to participate in the Filecoin project and to solve open issues by rewarding ongoing & existing contributors that add significant value to Filecoin.
3+
The Filecoin Storage Provider Bounty Board focuses on development, specification, and implementation of priorities from Filecoin’s storage provider community. This is a similar initiative to the [IPFS bounty board](https://github.com/ipfs/devgrants/blob/master/BOUNTIES.md) but focused on storage providers. The goal of the Storage Provider Bounty Board is to:
4+
- Improve Filecoin’s ecosystem and community support by working with community members and contributors.
5+
- Motivate more contributors to participate in the Filecoin project and to solve open issues by rewarding ongoing & existing contributors that add significant value to Filecoin.
6+
7+
## Bounties
8+
Bounties are a good fit for simpler tasks like fixing minor bugs, adding test cases, updating or translating documentation, or building small, well-specified features. Bounties are priced based upon severity and urgency. Higher prioritized bounties would receive higher rewards. Prioritization and rewards are established by Filecoin Foundation and the Storage Provider Working Group.
49

5-
## Issues
10+
Bounties can be small or large, technical or nontechnical. Regardless of who you are, what skills you have, or your prior participation in the Filecoin network, there may be ways for you to participate in the Bounty Board. Harness your writing, coding, or foreign language skills and give it a go!
611

7-
To propose an issue, please [raise them here](https://github.com/filecoin-project/community/issues). To ensure issues are correctly addressed as soon as possible by the Filecoin ecosystem team, please try to make sure that you describe your suggestion in as much detail as possible.
12+
## Awarding System
13+
Bounties are monetary awards for completing eligible issues in the [Filecoin Storage Provider Bounty Board](https://github.com/filecoin-project/community/projects/1). When the original issue is closed by a pull request, the author of that pull request is considered eligible for the bounty. Bounties ranges from $50 to $5,000 (or equivalent FIL). Awards are determined based on the urgency and complexity of the task at hand. Rewards are determined by the Filecoin Foundation and Storage Provider Working Group.
14+
15+
## How to Submit an Issue
16+
Open issues can be proposed by anyone in the Filecoin community. Filecoin Foundation provides templates to help address your issue to make sure you describe them clearly and as detail as possible. To propose an issue, please [raise them here](https://github.com/filecoin-project/community/issues).
17+
18+
## Contributing to an open issue
19+
Please leave a comment within the issue, requesting to be assigned to that issue before submitting a pull request. This minimizes the chance of multiple different contributors duplicating work by submitting a pull request for the same issue. If you submit a pull request to an issue without first being assigned to it, that pull request may not be accepted. Once the pull request is merged, you can claim the bounty.
20+
21+
## Reward Distribution
22+
In order to distribute rewards after closing the issue, contributors must submit a [Bounty Claim](https://github.com/filecoin-project/community/issues)
23+
in the issue section which will notify the Filecoin Foundation team regarding their work and payment details.
824

9-
## Bounties
1025

11-
Bounties are monetary awards for completing eligible issues in the Filecoin Storage Provider Bounty Board. Please leave a comment within the issue requesting to be assigned to that issue before submitting a pull request. This minimizes the chance of multiple different contributors duplicating work by submitting a pull request for the same issue. If you submit a pull request to an issue without first being assigned to it, that pull request may not be accepted. Once the pull request is merged, you can claim the bounty.

0 commit comments

Comments
 (0)