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.
@onchain-id/solidity
Advanced tools
Ethereum solidity smart contracts for Blockchain OnchainID identities.
Smart Contracts for secure Blockchain Identities, implementation of the ERC734 and ERC735 proposal standards.
Learn more about OnchainID and Blockchain Identities on the official OnchainID website: https://onchainid.com.
yarn add @onchain-id/solidity
const { contracts: { ERC734, Identity } } = require('@onchain-id/solidity');
const { interfaces: { IERC734, IERC735 } } = require('@onchain-id/solidity');
ERC734.abi
and ByteCode ERC734.bytecode
.npm i
npm run lint
npm run compile
Install Ganache or run another blockchain network.
The contracts WILL NOT WORK without at least version 2 of Ganache!
Run npm test
FAQs
EVM solidity smart contracts for Blockchain OnchainID identities.
The npm package @onchain-id/solidity receives a total of 318 weekly downloads. As such, @onchain-id/solidity popularity was classified as not popular.
We found that @onchain-id/solidity demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.