
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@mercurial-finance/frakt-sdk
Advanced tools
Library to interact with frakt.xyz protocols on Solana.
npm install @frakt-protocol/frakt-sdk --save
import { utils, loans, pools } from '@frakt-protocol/frakt-sdk';
Also frakt-sdk
exports AnchorProvider, BN.js, @raydium-io/raydium-sdk and @solana/web3.js.
import { AnchorProvider, BN, web3 } from '@frakt-protocol/frakt-sdk';
Library | Version |
---|---|
@project-serum/anchor | 0.24.2 |
@raydium-io/raydium-sdk | 1.0.1-beta.46 |
@solana/web3.js | ^1.36.0 |
BN.js | ^5.1.2 |
import { utils, web3 } from '@frakt-protocol/frakt-sdk';
const { accountInfo } = await utils.getTokenAccount({
tokenMint: new web3.PublicKey('...'),
owner: new web3.PublicKey('...'),
connection: new web3.Connection('ENDPOINT'),
});
import { pools, web3, TokenInfo } from '@frakt-protocol/frakt-sdk';
const poolDataByMint = await pools.fetchPoolDataByMint({
connection: web3.Connection('ENDPOINT'),
tokensMap: new Map<string, TokenInfo>(),
});
All methods and interfaces of frakt-sdk
are available in documentation.
FAQs
Frakt SDK for interacting with frakt.xyz protocols
We found that @mercurial-finance/frakt-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.