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
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 ci
npm run lint
npm run compile
npm ci
npm test
[2.1.0]
Gateway
to interact with the IdFactory
. The Gateway
contract allows individual
accounts (being EOA or contracts) to deploy identities for their own address as a salt. To deploy using
a custom salt, a signature from an approved signer is required.Verifier
to be extended by contract requiring identity verification based on claims
and trusted issuers.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.