构建自己的DEX

半截肥皂 / 2024-10-23 / 原文

构建自己的DEX

简介:用户可通过主流钱包Dapp浏览器,访问URL地址,进行Swap, BSC链

界面演示


技术栈

  • Solidity
  • React
  • Typescript
  • Vite
  • Wagmi
  • Openzeppelin

环境配置

  • PancakeSwap V2 路由地址 0xB6BA90af76D139AB3170c7df0139636dB6120F7e
  • https://remix.ethereum.org/ 开发部署环境
  • MetaMask
  • https://www.bnbchain.org/en/testnet-faucet BSC测试网水龙头

部署合约并且在PancakeSwap添加交易对

  • https://pancakeswap.finance/swap?chain=bscTestnet

源码

合约源码

https://github.com/zhangds0832/imtoken-ca/blob/main/ca.sol

DApps源码

https://github.com/zhangds0832/imtoken-dapp