
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@chainsafe/aleo-snap
Advanced tools
Aleo Snap, using MetaMask Snap's architecture, enables secure and efficient interactions with the Aleo Wallet.
AleoSnap is a MetaMask Snap that enables MetaMask users to interact with Aleo blockchain.
This package provides the functionality to integrate the Aleo blockchain into MetaMask using the Snaps system.
Ensure you are set up and ready to go with the AleoSnap Monorepo.
To use the AleoSnap package, you need to have the MetaMask browser extension installed and set up, and be familiar with developing Snaps.
To use and develop AleoSnap, you will need to interact with the MetaMask extension using the JSON-RPC API.
Notice: Using snap that is running in local enviroment is only available with MetaMask Flask (https://metamask.io/flask), regular MetaMask must not be installed simultaneously.
Run the Snap local development environment:
yarn serve
Open a browser with any website (e.g., http://example.com/), with the Developer Tools open.
Run this command in the console to initialize the Snap from local source:
window.ethereum.request({
method: "wallet_requestSnaps",
params: {
"local:http://localhost:8081": {},
},
});
or initialize from npm:
window.ethereum.request({
method: "wallet_requestSnaps",
params: {
"npm:@chainsafe/aleo-snap": {},
},
});
Now you are ready to run any of the Snap commands:
window.ethereum.request({
method: "wallet_invokeSnap",
params: {
snapId: "local:http://localhost:8081",
request: {
method: "aleo_getAccountt",
params: {},
},
},
}).then(console.log);
FAQs
Aleo Snap, using MetaMask Snap's architecture, enables secure and efficient interactions with the Aleo Wallet.
The npm package @chainsafe/aleo-snap receives a total of 15 weekly downloads. As such, @chainsafe/aleo-snap popularity was classified as not popular.
We found that @chainsafe/aleo-snap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.