npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

near-protocol-rewards

v0.3.3

Published

A transparent, metric-based rewards system for NEAR projects

Downloads

2,566

Readme

NEAR Protocol Rewards SDK

A transparent, metric-based rewards system for NEAR projects that directly ties incentives to development activity.

npm version TypeScript License: MIT PRs Welcome

What is Protocol Rewards?

Protocol Rewards is a developer-first funding solution for the NEAR ecosystem. We're solving a critical challenge in Web3: how to transform traditional one-time grants into sustainable, ongoing capital for developers - where funding automatically grows with their impact and contribution to NEAR.

The Problem

  • Traditional funding models (grants, VCs) require extensive time spent on proposals and pitches
  • Developers want to focus on building, not fundraising
  • Project impact is often measured subjectively
  • Funding is typically front-loaded rather than tied to ongoing development

Our Solution

Protocol Rewards provides:

  • Automated tracking of development metrics and project impact
  • Merit-based rewards tied directly to contributions
  • Transparent, objective criteria for funding
  • Sustainable, ongoing rewards that scale with project growth

By automating the entire process from tracking to distribution, we enable developers to focus on what they do best - building innovative solutions on NEAR.

Get Started in 30 Seconds

  1. Open terminal in your repository
  2. Run this command:
npx near-protocol-rewards init
  1. Push to main branch

That's it! 🎉 Your metrics will show up at Protocol Rewards Dashboard

How It Works

Architecture

We automatically track:

  • Commits: How often you code
  • Pull Requests: How you integrate changes
  • Reviews: How you help others
  • Issues: How you manage tasks

Everything runs through GitHub Actions:

  • No setup needed
  • Uses GitHub's built-in security
  • Updates every 12 hours and on push

Common Questions

When do metrics update?

  • Every push to main branch
  • Every 12 hours automatically
  • Check Actions tab for status

Do I need any tokens?

No! We use GitHub's built-in security.

Not seeing your metrics?

  1. Push something to main branch
  2. Wait ~2 minutes for Action to run
  3. Check Actions tab for status
  4. See our Troubleshooting Guide

Documentation

Need Help?

License

MIT © NEAR Protocol