Build a liquidity provider interface for the LEZ AMM program. The UI covers two flows:
- Add liquidity — deposit Token A and Token B in proportion to current pool reserves, receive LP tokens
- Remove liquidity — burn LP tokens, receive a proportional share of Token A and Token B from the pool
All state is seeded from dummy data. No live on-chain calls are made.
Build a liquidity provider interface for the LEZ AMM program. The UI covers two flows:
All state is seeded from dummy data. No live on-chain calls are made.