Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.15 KB

README-Liquidity.md

File metadata and controls

50 lines (31 loc) · 1.15 KB

Uniswap V2 - Add Liquidity

Demonstrate how to add and manipulate liquidity step by step.

solidity remix

Features ⚡

  • Demo contract
  • Add Token
  • Calc Liquidity
  • Remove Liquidity
  • Back Token

Uniswap V2 UI


How to use 🤔

To get started with this boilerplate, you just need to follow these simple steps:

  1. Connect to MetaMask in Remix

  2. Deploy contracts on Remix

  3. Move .env.example file to .env and add the values for the following keys:

     NEXT_PUBLIC_SEPOLIA_JTOKEN_A=
     NEXT_PUBLIC_SEPOLIA_JTOKEN_B=
     NEXT_PUBLIC_SEPOLIA_JSWAPFACTORY=
     NEXT_PUBLIC_SEPOLIA_UNISWAPV2PAIR=
    
  4. Get a 2:1 tokens via the faucet button

  5. Operate in order of tabs and observe data changes to understand contract features

License

By MIT licensed.