A React dApp for closing liquidity positions on the DX25 protocol (MultiversX blockchain).
- Node.js 16.20.0+
- npm 8.19.4+ or yarn
- Install dependencies:
yarn install- Run development server:
yarn startOpen http://localhost:3000 in your browser.
- Build for production:
yarn build- Connect your MultiversX wallet
- Find your position ID in
positions.csv(match your wallet address withaccount_id) - Enter your position ID
- Click "Close" to close the position
yarn start- Development serveryarn build- Production buildyarn lint- Run linter