Nether Swap is a cross-chain decentralized exchange protocol that enables seamless swapping of assets across different blockchain networks. The platform leverages 1inch crosschain contracts and SDK for Ethereum networks, while implementing custom contracts and resolver/client solutions for SUI integration.
- Install SUI CLI: https://docs.sui.io/guides/developer/getting-started/sui-install
- Request faucet tokens for testnet:
- Deploy contracts:
- Configure environment variables (see
backend/.env.example for required variables)
- Navigate to the backend directory and run:
cd backend/
npm i
npm run start
