Qwickswap is a decentralized exchange (DEX) that allows you to swap your tokens quickly and easely on BSC, ETH and MATIC networks. Build with Moralis, Sveltekit and Tailwind CSS
- Fork/Clone/Download this repo
git clone https://github.com/dz-root/Qwickswap.git
- Install dependecies
npm install
- Moralis config 🔑
Open /src/routes/_layout.svelte
and set the serverUrl
and the appId
const serverUrl = "MORALIS_SERVER_URI";
const appId = "YOUR_MORALIS_APPID";
- Run:
npm run dev
- What is Moralis and how I can create Moralis Server? Check the documentation
You can propose a feature request opening an issue or a pull request.