
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@andamiojs/core
Advanced tools
AndamioJS is a JavaScript library designed for interacting with Andamio contracts deployed on the Cardano blockchain.
AndamioJS is a JavaScript library designed for interacting with Andamio contracts deployed on the Cardano blockchain.
Explore the detailed documentation generated by Typedoc at andamiojs.andamio.io.
Install AndamioJS using npm:
npm install @andamiojs/core
Installation Note: If you are using the Next.js app router, use v1.y.z-alpha.1
instead of v1.y.z-alpha
to avoid wasm errors.
Data querying functions in AndamioJS typically begin with the prefix query
. For example, queryTreasuryInfo
provides information about the treasury.
Each validator has a corresponding query<validator name>Info
function that returns relevant information. Here's an example using queryAssignmentValidatorInfo
:
const AssignmentValidatorInfo = await queryAssignmentValidatorInfo(andamioConfig);
AndamioJS handles contract transactions through classes with names ending in "Tx".
The library also provides helper functions that initialize and load the required variables for transactions, named prepare<transaction name>
. For instance, the following demonstrates the implementation of AcceptAssignmentTx
:
const ACCEPT_ASSIGNMENT_TX = await prepareAcceptAssignmentTx(wallet, andamioConfig, props.assignment);
const res = await ACCEPT_ASSIGNMENT_TX.runTx();
Explore the various transaction classes and their corresponding helper functions for seamless interaction with Andamio contracts.
FAQs
AndamioJS is a JavaScript library designed for interacting with Andamio contracts deployed on the Cardano blockchain.
The npm package @andamiojs/core receives a total of 0 weekly downloads. As such, @andamiojs/core popularity was classified as not popular.
We found that @andamiojs/core demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.