Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@civic/did-registry
Advanced tools
An on-chain protocol to provide reverse-lookup on did:sol key membership
An on-chain protocol for registering did:sol DIDs against public keys, allowing for reverse-lookup of the DID from the public key.
A DID can be registered against a key, if that key is an authority on the DID.
yarn add @civic/did-registry
import { PublicKey } from "@solana/web3.js";
import { Registry } from '@civic/did-registry';
const provider = anchor.AnchorProvider.env();
const registry = new Registry(provider.wallet, program.provider.connection);
// Register a DID
await registry.register("did:sol:123...");
// Lookup all registered DIDs
const dids: string[] = await registry.listDIDs();
// Remove a DID
await registry.remove("did:sol:123...");
FAQs
An on-chain protocol to provide reverse-lookup on did:sol key membership
We found that @civic/did-registry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.