-
Clone the repository:
git clone https://github.com/nihar-hegde/wallet.git
-
Install dependencies:
bun install
- Set up environment variables:
- Copy the
.env.example
file to.env.local
- Add your Solana RPC endpoint to the
.env.local
file:
NEXT_PUBLIC_SOLANA_RPC_ENDPOINT=your-solana-rpc-endpoint-here
To start the development server, run:
bun dev
Your application will be available at http://localhost:3000
.