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

@beamnetwork/erc777

v0.1.1

Published

A New Advanced Token Standard

Downloads

9

Readme

ERC777

Build Status Coverage License npm version npm downloads Solidity version EIP logo

A New Advanced Token Standard for Ethereum

This standard defines a new way to interact with a Token Contract. This standard takes advantage of ERC820.

:warning: This code has not been reviewed or audited. :warning:

Please review all the code you use in your token-related project including the code provided here. The code here is provided "as is" without warranty of any kind and The authors are not liable as mentioned in the license.

Proposal

The official proposal can be found at: eips.ethereum.org/EIPS/eip-777.

The original submission with discussion can be found at: ethereum/eips/issues#777 (initial pull request: ethereum/eips/issues#907).

You can suggest improvements to the reference implementation by submitting pull requests to this repository with modifications to eip-777.md.

For suggestions related to the standard, please comment on the original submission at: ethereum/eips/issues#777

Specification

A copy of the specification can be found in this repository at eip-777.md.

Reference Implementation

The reference implementation is available at: contracts/examples/ReferenceToken.sol

This repository including the specification and the reference implementation can be installed via npm with:

npm install erc777

Logo

The logo MUST NOT be used to advertise, promote or associate in any way technology – such as tokens – which is not ERC777 compliant.

The official logo for the standard can be found in the official EIPs repository at: /ethereum/EIPs/assets/eip-777/logo.
Copies of the logo are provided here as well as a courtesy and can be found in the logo folder in svg and png formats.

Variations exist in 5 colors as follow:

Thanks to Samantha Rosso @Sauuman for creating the logo.

License

The standard definition as defined in eip-777.md and the official logo are placed in the public domain via CC0.

Apart from the standard definition (in eip-777.md) and the logo, the content of this repository is licensed under the Mozilla Public License ("MPL") 2.0, also included in this repository in the LICENSE file.

Authors