All Projects → 0xjac → ERC777

0xjac / ERC777

Licence: MPL-2.0 license
New Standard for Ethereum Token

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
shell
77523 projects

Projects that are alternatives of or similar to ERC777

Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+164.17%)
Mutual labels:  token, erc20
Universaltoken
Implementation of Universal Token for Assets and Payments
Stars: ✭ 176 (+46.67%)
Mutual labels:  token, erc20
tokensubscription.com
⏰💰🤠 Set-it-and-forget-it token subscriptions on the Ethereum mainnet. #Winner #WyoHackathon
Stars: ✭ 81 (-32.5%)
Mutual labels:  token, erc20
erc1363-payable-token
Code implementation for the ERC-1363 Payable Token
Stars: ✭ 83 (-30.83%)
Mutual labels:  token, erc20
ethereum-erc20
Fungible token implementation for the Ethereum blockchain.
Stars: ✭ 27 (-77.5%)
Mutual labels:  token, erc20
Protocol
Loopring Protocol Smart Contract on Ethereum
Stars: ✭ 220 (+83.33%)
Mutual labels:  token, erc20
Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (+6.67%)
Mutual labels:  token, erc20
tokenbridge
A bidirectional Ethereum / RSK Token Bridge implementation.
Stars: ✭ 85 (-29.17%)
Mutual labels:  token, erc20
Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+106.67%)
Mutual labels:  token, erc20
Awesome Blockchain Kor
<블록체인의 정석>, <하이퍼레저 블록체인 개발> 소스코드 및 참고자료 저장소
Stars: ✭ 243 (+102.5%)
Mutual labels:  token, erc20
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-87.5%)
Mutual labels:  token, erc20
BatchPayments
A gas conscious batch payment implementation
Stars: ✭ 27 (-77.5%)
Mutual labels:  token, erc20
nftfy-v1-core
A decentralized protocol for NFT fractionalization
Stars: ✭ 62 (-48.33%)
Mutual labels:  erc20
Batched-Grabber
🖥️ Windows Batch and powershell Discord Token grabber. Made for Troll (lmao)
Stars: ✭ 39 (-67.5%)
Mutual labels:  token
Riot
A simple Discord Token Grabber sending the new token if the victim changes his password.
Stars: ✭ 59 (-50.83%)
Mutual labels:  token
node-dev-server
基于Express,Sequelize、IIS的MVC新手项目
Stars: ✭ 12 (-90%)
Mutual labels:  token
Spring-Api-APP
用以快速构建APP专用的API后台系统,可选全接口加密,保证数据安全,全局异常处理,使用Token作为无状态登录验证,security做权限验证,swagger-2-API可视化及调试,可以作为微服务使用
Stars: ✭ 51 (-57.5%)
Mutual labels:  token
cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (-62.5%)
Mutual labels:  erc20
protocol
Covee protocol for decentralized teamwork
Stars: ✭ 18 (-85%)
Mutual labels:  token
pyseto
A Python implementation of PASETO and PASERK.
Stars: ✭ 21 (-82.5%)
Mutual labels:  token

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.

⚠️ This code has not been reviewed or audited. ⚠️

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:

Image
Color beige white light grey
dark grey
black
Hex #C99D66 #FFFFFF #EBEFF0 #3C3C3D #000000

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].