Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@actalink/snap
Advanced tools
Welcome to the MetaMask Snap integration for Acta SDK. This Snap empowers users to harness the full potential of their smart wallet payments by seamlessly integrating the Acta SDK into the MetaMask extension.
Utilize Acta Snap to effortlessly create and load smart wallets into MetaMask Keyring API, seamlessly integrating them as regular MetaMask accounts labeled with Snaps Beta. These off-chain smart wallets incur no gas fees during creation, transitioning to on-chain upon the completion of the first transaction. Enjoy a streamlined and cost-effective onboarding experience with Acta Snap.
Send ERC20 tokens using your smart wallet. Steps to achieve this :-
Work in progress.
To install the snap, you need to attach the follwing code to the button
await window.ethereum.request({
method: 'wallet_requestSnaps',
params: {
[npm:@actalink/snap]: <version number>,
},
});
await window.ethereum.request({
method: 'wallet_invokeSnap',
params: {
snapId: "npm:@actalink/snap",
request: { method: 'snap.createAccount' },
},
}))
Here, the tokenAddress
is the address of the ERC20 toke smart contract, tokenAmount
is the amount you want to transfer, and to
is the reciever's address.
await window.ethereum.request({
method: 'wallet_invokeSnap',
params: {
snapId: 'npm:@actalink/snap',
request: {
method: 'snap.transaction',
params: {
to: targetAddress,
tokenAmount,
tokenAddress,
},
},
},
});
FAQs
Metamask Snap powered by in-house Acta SDK
The npm package @actalink/snap receives a total of 0 weekly downloads. As such, @actalink/snap popularity was classified as not popular.
We found that @actalink/snap demonstrated a healthy version release cadence and project activity because the last version was released less than 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.