Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the ShadowFeed Agent SDK
npm install shadowfeed-agent
yarn add shadowfeed-agent
pnpm add shadowfeed-agent
axios
x402-stacks
import { ShadowFeed } from 'shadowfeed-agent'; const sf = new ShadowFeed({ privateKey: 'your-private-key-hex', network: 'mainnet', }); // Should log your SP... address console.log(sf.address);
import type { ShadowFeedConfig, FeedId, FeedInfo, PurchaseResult, ChainResult, DiscoverOptions, } from 'shadowfeed-agent';