
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@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 257 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 0 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.