Skip to content

0xfox-org/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@0xfox-org/sdk

TypeScript SDK for the 0xFOX predictive cross-chain bridge, AI agents, and copy-trading vaults.

Install

npm install @0xfox-org/sdk

Quick Start

import { FoxClient } from '@0xfox-org/sdk'

const fox = new FoxClient({ apiKey: 'your-api-key' })

// Get a bridge quote
const quote = await fox.getQuote({
  fromChain: 'ethereum',
  toChain: 'avalanche',
  fromToken: 'USDC',
  toToken: 'USDC',
  amount: '1000000000' // 1000 USDC
})

// Execute the swap
const swap = await fox.executeSwap(quote.id)

Features

  • FoxSwap — Predictive cross-chain bridge with AI-optimized routing
  • FoxClaw — Deploy and manage autonomous AI trading agents
  • SGX — Governance staking and copy-trading vault subscriptions
  • FoxFAI — Natural language DeFi execution

API Reference

Full documentation at 0xfox.org/docs

License

AGPL-3.0

About

0xFOX SDK — TypeScript SDK for predictive cross-chain bridging, AI agents, and copy-trading vaults

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors