
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@ixo/oracles-chain-client
Advanced tools
TypeScript client library for IXO blockchain operations, specifically designed for oracle builders and blockchain workflows.
TypeScript client library for IXO blockchain operations, specifically designed for oracle builders and blockchain workflows.
Provides high-level abstractions for IXO blockchain interactions:
npm install @ixo/oracles-chain-client
# or
pnpm add @ixo/oracles-chain-client
Create a .env file with the required configuration:
RPC_URL=https://devnet.ixo.earth/rpc/
SECP_MNEMONIC=your-wallet-mnemonic-phrase-here
import {
walletClient,
claimsClient,
gqlClient,
} from '@ixo/oracles-chain-client';
// Initialize wallet client
await walletClient.checkInitiated();
// Submit a claim
await claimsClient.submitClaim({
granteeAddress: 'ixo1oracle...',
claimId: 'claim-123',
collectionId: 'collection-456',
});
// Query blockchain data
const entities = await gqlClient.GetEntitiesByOwnerAddress({
ownerAddress: 'ixo1...',
});
import { Payments, Authz } from '@ixo/oracles-chain-client/react';
// Use in React components with full TypeScript support
const MyOracleComponent = () => {
const handlePayment = async () => {
const payments = new Payments();
await payments.payClaim(params);
};
return <button onClick={handlePayment}>Pay Oracle</button>;
};
Complete documentation for all modules:
# Build package
pnpm build
# Run tests
pnpm test
# Generate GraphQL types
pnpm generate
Contributions welcome! Ensure tests pass and follow existing patterns.
Licensed under terms in package.json.
FAQs
Unknown package
The npm package @ixo/oracles-chain-client receives a total of 67 weekly downloads. As such, @ixo/oracles-chain-client popularity was classified as not popular.
We found that @ixo/oracles-chain-client 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.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.