1.Next.Js (Frontend UI)
2.API's:
a) Use 0x-swap (DeFi Exchange) for fetching all blockchain networks.
3.Libraries:
a) UI kit- TailwindCss
-
Connect Wallet - Can connect to metamask wallet.
-
Bitcoin Price - Find last 30 days bitcoin price change.
-
Token Swap - Use Ox api for token swapping
To get started with development, you need to install few tools
-
git
git
version 2.40.0 or higher. Download git if you don't have it already.To check your version of git, run:
git --version
-
node
node
version 16.15.1 or higher. Download node if you don't have it already.To check your version of node, run:
node --version
-
npm
npm
version 9.5.0 or higher. You will have it after you install node.To check your version of npm, run:
npm --version
To set up a development environment, please follow these steps:
-
Clone the repo
git clone https://github.com/priyans619/DeFi--App
-
Change directory to the project directory
cd DeFi--App
-
Install the dependencies
npm install
-
Run the app
npm run dev
Project will be running in the browser.
Open http://localhost:3000 to view it in your browser.