Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 962 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 962 Bytes

⚡️ Qwickswap

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

main

Installation ⚙️

  1. Fork/Clone/Download this repo
git clone https://github.com/dz-root/Qwickswap.git
  1. Install dependecies
npm install
  1. Moralis config 🔑

Open /src/routes/_layout.svelte and set the serverUrl and the appId

const serverUrl = "MORALIS_SERVER_URI";
const appId = "YOUR_MORALIS_APPID";
  1. Run: npm run dev

Preview 👀

main

FAQ

  1. What is Moralis and how I can create Moralis Server? Check the documentation

Contributing 💡

You can propose a feature request opening an issue or a pull request.