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

@reserve-protocol/rtokens

v1.1.22

Published

RToken list

Downloads

108

Readme

RToken list

List of supported RTokens for Register

Fields

Mandatory

  • symbol: Short ticker style symbol of token.
  • name: Longer human version of token.
  • address: Ethereum address of ERC-20 token, in ERC-55 mixed-case format.
  • decimals: The decimals of the token. As Number and not String.

Optional (Recommended for optimal Register support)

  • logo: An optional logo of your token. Must be an svg added to the images folder with lowercase filename, example: rsv.svg.
  • governance: A mapping that contains the voting and discussion urls related to governance.
  • website: Official URL of the website.
  • about: Short description of the rToken, displayed on the Register overview page.
  • social: Social urls like github, twitter, telegram of the rToken project.

Full list of fields with specific schema here

Submission Process

  1. Fork this repository.
  2. Add your logo image in a svg format to the images folder.
  3. Add an entry to the rtoken-map.json file with the specified address as the key, and the mandatory/optional fields as the value.

Criteria:

  • A market cap of 1,000 USD is required for listing.
  • The address should be in checksum format or it will not be accepted.
  • The RToken should have governance
  • PR should include link to official project website referencing the suggested address.
  • PR should include token logo.