Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 306 Bytes

File metadata and controls

13 lines (9 loc) · 306 Bytes

API Reference

No backend API required for main functionality.

Smart Contract Methods

Interactions are done via smart contracts using ethers.js.

Example:

contract.methods.swap(tokenA, tokenB, amount).send({ from: userAddress });

For backend API (if enabled), document endpoints here.