
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@andamiojs/sdk
Advanced tools
The official Node.js SDK for the Andamio Protocol - empowering organizations to teach skills and distribute contribution opportunities through blockchain-based education and collaboration tools.
npm install @andamiojs/sdk
yarn add @andamiojs/sdk
pnpm add @andamiojs/sdk
import { AndamioSDK } from '@andamiojs/sdk';
// Initialize the SDK
const andamio = new AndamioSDK(
baseUrl,
"Preprod" // or "Mainnet"
);
// Check alias availability
const data = await sdk.provider.overview.checkAliasAvailability('my-alias')
// Get User Information
const userInfo = await sdk.provider.overview.getUserData('my-alias')
Alias Management
Contributor Management
Course & Assignment Management
Access Control
Governance & Validation
Transaction Support
interface AndamioSDKProps {
baseUrl: string; // UTxORPC URL + Port
network: 'Mainnet' | 'Preprod';
dmtr_api_key?: string; // If you are using demeter
}
const andamio = new AndamioSDK(
"https://preprod.utxorpc-v0.demeter.run:443",
"Preprod",
"dmtr_utxorpc...."
);
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
FAQs
Query Andamio data and build transactions
The npm package @andamiojs/sdk receives a total of 31 weekly downloads. As such, @andamiojs/sdk popularity was classified as not popular.
We found that @andamiojs/sdk 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socketโs AI scanner detected the supply chain attack and flagged the malware.