A fake crypto board app that allows you to track and swap your crypto assets.
To practice the Next.js 14 framework and learn how to use crypto APIs (WalletConnect).
The live demo is available at crypto-board-three.vercel.app.
- 🎁 Repository: standard Git repository
- 🌈 Framework: next.js 14
- 🛠️ Tools: prettier, eslint, conventional commits, clsx
- 🎨 Styling: tailwind, lucide icons
- 💎 Others: charts.js, react table, wallet connect, vercel pipeline
This project uses the Wallet Connect API to connect to the crypto wallets.
- Install Node.js.
- Clone the repository.
- Create a
.env
file in the root directory and add the following variables:
WALLET_CONNECT_PROJECT_ID="your_project_id"
- Type and run:
npm i
in the root directory. - Type and run:
npm run dev
in the root directory. - Open
http://localhost:3000
in your browser to see the app.