Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 535 Bytes

File metadata and controls

31 lines (21 loc) · 535 Bytes

SoroSave Frontend

Next.js web application for the SoroSave decentralized rotating savings protocol.

Tech Stack

  • Next.js 14 (App Router)
  • Tailwind CSS
  • @stellar/stellar-sdk
  • @stellar/freighter-api

Getting Started

pnpm install
pnpm dev

Open http://localhost:3000.

Environment Variables

NEXT_PUBLIC_CONTRACT_ID=<your-contract-id>
NEXT_PUBLIC_RPC_URL=https://soroban-testnet.stellar.org
NEXT_PUBLIC_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"

License

MIT