Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 7, 2020 02:38 pm GMT

Announcing the Grant For The Web Hackathon on DEV

We are so excited to announce the Grant For The Web x DEV Community hackathon.

Grant for the Web is a collaboration between Mozilla, Creative Commons, and Coil. They are working towards a healthier internet, using open standards to give people more independence and control over how they distribute and monetize content. Its a future where creators and their publishers can leverage open standards and protocols like Web Monetization instead of relying on invasive ads, paywalls, and the abuse of personal data.

We are deeply aligned with Grant For The Webs mission, and are very excited to support their open Call For Proposals. They are funding projects that contribute to an ecosystem of content, users, tools, and infrastructure over the next 5 years. The grants will range from $5,000 to $100,000 USD!

In order to help drive exploration and experimentation around Web Monetization and possible grant proposals, were excited to host a Community Hackathon right here on DEV. We hope that youll participate in the DEV contest, and then consider expanding your submission into a full-on Grant for the Web proposal via the Grant for the Web CFP.

Read on for more details about the contest, categories, prizes, and key dates.

What is Web Monetization?

For many of you, this might be your first exposure to Web Monetization. Web Monetization provides content creators with an alternative solution to get paid for the content they share on the Web. When a user visits a monetized Web page, their browser (if it supports Web Monetization) may send micropayments to it. The Web page can detect these micropayments and give the user a better experience, for example by removing advertisements or by unlocking additional content. All this is made possible thanks to a new Web API developed at W3C, the Web Monetization API. This API is intended to be implemented natively in browsers but is already available today via a Web extension for popular desktop browsers and Puma Browser on mobile.

In order to add Web Monetization to your project, youll need to:

  • Set up a wallet for receiving payments
  • Get your wallets payment pointer
  • Add a special tag to your page with your payment pointer
<html>  <head>    <title>Web Monetized Site</title>    <meta name="monetization" content="$wallet.example.com/sloan">  </head></html>

From that point on, you can use the JavaScript API to react to the small payments from users who have a Web Monetization provider, like Coil. You might choose to reward these monetized browsers by removing ads, unlocking exclusive content, or enabling special features. Weve outlined a few example projects a little bit lower down in this announcement post.

Here are a few options for wallets that can receive payments. The first Web Monetization provider for sending payments is Coil but others will likely crop up as the ecosystem grows.

Categories

Now that weve gone through the basics of Web Monetization, lets get to the fun part: the DEV Community hackathon. For this contest, we are looking for projects in these three categories:

  • Foundational Technology: projects that innovate around the technology itself: i.e.building plugins, documentation, APIs, and templates for monetizing the web, etc.
  • Creative Catalyst: projects that use existing Web Monetization technology to explore the creation, distribution, and discoverability of content online.
  • Exciting Experiments: an innovative or unexpected web monetized app that doesnt necessarily fit any of the above categories, but is a clear winner nonetheless.

The Foundational Technology and Creative Catalyst categories mirror Grant for the Webs call for proposals, should you wish to consider expanding your Hackathon submission into a full-on application.

Prizes

3 Grand Prize Winners (one in each category):

  • $2,000 USD gift card or equivalent
  • $300 USD credit to the DEV Shop
  • DEV Grant For The Web Hackathon winner badge

Runner-up Prizes (10 total):

  • $400 USD gift card or equivalent
  • $150 USD credit to the DEV Shop
  • DEV Grant For The Web Hackathon runner-up badge

Participants (with valid projects):

  • $50 USD credit to the DEV Shop
  • DEV Grant For The Web Hackathon participation badge

How To Participate

In order to submit a valid project, please follow the submission process and rules closely.

How To Submit

  • Document your project journey along the way with the #gftwhackathon tag.
  • Submit your project as a DEV post by filling out this template
  • Please be sure to include the code repository in the post with embedded live demos, screenshots, and/or code snippets.

Additional Rules

  • Your project must be started and completed between May 6 - June 5.
  • Your code must be licensed with a permissive license (i.e. MIT, Apache-2).
  • You may work in a team but only one person should submit the project. Only one prize will be awarded to each team

Example Projects

Need some inspiration on what sorts of projects to build? There are several examples you may want to check out in the WebMonetization.org Docs. Youll find examples related to:

There are some additional examples on Coils Glitch page.

Community Support

Weve set up a GftW Hackathon Discussion / Help Thread where you can discuss ideas, find collaborators, and receive support from experts in Web Monetization. Team members from Grant for the Web and Coil will be spending time on DEV and answering questions in this thread.

Well also be setting up a dedicated DEV Connect group channel for more synchronous help. To join this group, just leave a comment in the discussion / help thread. This will be a great place to spend time with the team from Grant for the Web + Coil, and to engage with you fellow community participants.

Call For Proposals

In addition to the hackathon hosted right here on DEV, Grant For The Web is welcoming submissions to their call for proposals. They are looking to fund individuals, projects, and global communities that contribute to a privacy-centric, open, and accessible Web Monetization ecosystem with grants ranging from $5,000 to $100,000 USD.

The $100 Million, five-year fund will prioritize innovative ideas that incorporate or build upon the Web Monetization standard and protocols. Funds will support projects, content, experimentation, and learning around natively integrating monetization into the web using open protocols and standards.

Our hackathon categories are intentionally similar to the call for proposal tracks in order to make your life easier. We strongly encourage you to submit to both the hackathon and the call for proposals if youd like to take your project a step further!

Important Dates

  • May 7: Hackathon Begins!
  • June 5: Hackathon Submission Due at 11:59pm PST.
  • June 10: Hackathon Winners Announced
  • June 12: Grant for the Web Call For Proposals Due

DEV Is Participating Too

During the hackathon, the DEV team will be taking on a Web Monetization project of our own. Well start by adding a Payment Pointer right here on the open-source platform! Once we get a deeper sense of how the technology works, and feel confident that weve implemented everything correctly, well enable Web Monetization for everyone in the community. This means that every DEV member will be able to add a payment pointer to their profile and published posts!

Were so excited to be supporting Grant for the Web as they push the internet towards more fair and open standards. We hope you have fun, learn some new things, and build something youre proud of. We cant wait to see what you come up with!

Happy Coding!


Original Link: https://dev.to/devteam/announcing-the-grant-for-the-web-hackathon-on-dev-3kd1

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To