This is a testnet bridge application for transferring test ETH between Sepolia and GIWA Testnet.
Make sure you have Node.js >= 18 installed.
# Clone the repository
git clone https://github.com/Fanreza/giwa-bridge.git
cd giwa-bridge
# Install dependencies
npm install# Start development server
npm run dev