React-based Next.js application that integrates with Keplr wallet to interact with the Regen Redwood Testnet.
- Figma design
- The design was implemented with flexibility, allowing for iterative improvements and additional useful features to be incorporated during the development process.
- Keplr wallet connection and Redwood testnet integration
- Display REGEN token balance
- Send REGEN tokens to other addresses
- Display account information
- Basic responsive UI with Tailwind CSS and shadcn/ui
- Basic error handling
- Integration with Coingecko API to fetch REGEN price
- Integration with toast notifications for feedback
- Next.js
- TypeScript
- Keplr Wallet
- CosmJS
- Tailwind CSS
- Node.js 18.17 or later
- Keplr browser extension
- Yarn (recommended) or npm
First, install the dependencies:
yarn installThen, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.
To learn more about the technologies used in this project:
