0.0.8 • Published 6 years ago

eip777 v0.0.8

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
6 years ago

ERC 777

Build Status License npm version

A New Advanced Token Standard

This standard defines a new way to interact with a Token Contract. This standard takes advantage of ERC-820.

Proposal

Official Proposal with discussion: github.com/ethereum/eips/issues/777

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

Reference Implementation

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

Logo

The loogo for the standard 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 is placed in the public domain via CC0.

The logo is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License with the added restriction that the logo MUST NOT be used to advertise, promote or associate in any way technology -- such as tokens -- which is not ERC-777 compliant.

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