ZeroCard makes spending cryptocurrency as easy as using cash.
We simplify the crypto experience by:
- Setting up your wallet: Get a secure crypto wallet with just your email.
- Issuing your card: Receive a physical or virtual card linked to your wallet.
- Seamless Spending: Use your ZeroCard anywhere cards are accepted, effortlessly spending your crypto like local currency (Naira, Cedis, Shillings, and more).
No more complex conversions or high fees – just simple, straightforward crypto spending for everyday life.
Currently focusing on bringing easy crypto spending to Nigeria, Ghana, and Kenya.
- Node.js 18+
- npm or yarn
- Firebase project
- Create a Firebase project at Firebase Console
- Enable Firestore Database in your Firebase project
- Create a
.env.localfile in the root directory with your Firebase configuration:
# Firebase Configuration
NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key_here
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id_here
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_sender_id_here
NEXT_PUBLIC_FIREBASE_APP_ID=your_app_id_here
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your_measurement_id_hereYou can find these values in Firebase Console > Project Settings > General > Your apps.
npm install
npm run devThe application will be available at http://localhost:3000.