Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@beamnetwork/erc777
Advanced tools
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.
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
A copy of the specification can be found in this repository at eip-777.md
.
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
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.
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.
[0.1.1] - 2018-05-07
truffle
instead of solcpiler
openzeppelin-solidity
instead of giveth-common-contracts
FAQs
A New Advanced Token Standard
The npm package @beamnetwork/erc777 receives a total of 0 weekly downloads. As such, @beamnetwork/erc777 popularity was classified as not popular.
We found that @beamnetwork/erc777 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.