@numoforex/contracts
v1.0.7
Published
TypeChain generated contract wrappers for Numo
Readme
Numo Engine ABIs and Addresses
TypeChain-generated contract wrappers for Numo Engine smart contracts, providing type-safe ABIs and factory classes for interacting with Numo's decentralized FX protocol.
Installation
npm install @numoforex/contracts
# or
bun add @numoforex/contractsUsage
import { Pool__factory, FYToken__factory } from '@numoforex/contracts';
// Use the ABI with viem/wagmi
const poolAbi = Pool__factory.abi;
// Or create typed contract instances with ethers
const pool = Pool__factory.connect(poolAddress, signerOrProvider);Available Contracts
- Pool
- FYToken
- Cauldron
- Ladle
- Join
- And more...
License
MIT
