Page cover

πŸ§‘β€πŸ’»Developers

Technical documentation for developers who want to interact, integrate, or contribute to Dollar Infinite.

Dollar Infinite is an open protocol for integration: all contracts are verified on BSCScan, and you can interact directly via web3.js, ethers.js, or SDK (when available).

What you'll find here

  • Smart Contract Documentation β€” Addresses, ABI, main functions

  • API Reference β€” REST endpoints (if available)

  • Integration Guide β€” How to integrate in dApps, bots, or scripts

  • Code Examples β€” Snippets in JavaScript/Solidity

Main Resources for Devs

  • Blockchain: Binance Smart Chain (Chain ID 56)

  • Main Token: USDT BEP-20 (0x55d398326f99059fF775485246999027B3197955)

  • Verified Contracts: All on BSCScan (public source code)

  • Interaction: Via wallet (MetaMask) or web3 libraries (ethers.js, web3.js)

  • Testnet: Not available yet β€” use mainnet with small amounts

Getting Started

  1. Configure BSC in your dev environment (RPC: https://bsc-dataseed.binance.org/arrow-up-right)

  2. Get contract ABIs on BSCScan (tab "Contract" β†’ "Code")

  3. Use ethers.js or web3.js to interact (examples below)

  4. Test with small amounts

Basic connection example (ethers.js):

Last updated