DEX router with AI-optimized order splitting for ProbeChain Rydberg Testnet.
- Constant-product AMM (x*y=k) with 0.3% swap fee
- ERC20 pair factory with LP token minting/burning
- Multi-hop swap path support via
swapExactTokensForTokens getAmountsOutfor price quotes along arbitrary paths
| Contract | Address |
|---|---|
| SimpleSwapRouter | TBD |
cp .env.example .env # Add your private key
npm install
npx hardhat compile
npx hardhat run scripts/deploy.ts --network rydberg- RPC:
https://proscan.pro/chain/rydberg-rpc - Chain ID:
8004