• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
godinoarts

godinoarts

Godino

Public
Like
Godino
Home
Code
4
backend
5
frontend
3
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
Code
/
Search
README.md

Multi-Currency Finance Platform

A web application that simulates a multi-currency finance platform like Cleva or Grey.

Features

  • User registration and login
  • KYC submission and verification
  • Multi-currency wallets (USD, GBP, NGN)
  • Balance checking
  • Currency exchange between wallets
  • Sending money to other users
  • Setting transaction limits
  • Transaction history
  • Webhook listener for external BaaS events

Project Structure

├── backend/
│   ├── database/       # Database schema and queries
│   ├── routes/         # API route handlers
│   ├── middleware/     # Authentication middleware
│   └── index.ts        # Main entry point
├── frontend/
│   ├── components/     # React components
│   ├── pages/          # Page components
│   ├── index.html      # HTML template
│   └── index.tsx       # Frontend entry point
└── shared/
    └── types.ts        # Shared TypeScript types

Technologies Used

  • Backend: Hono.js, SQLite, JWT
  • Frontend: React, TypeScript, TailwindCSS
  • Storage: SQLite database

API Endpoints

  • POST /api/register - Register a new user
  • POST /api/login - Authenticate a user
  • POST /api/kyc - Submit KYC data
  • POST /api/wallet/create - Create a new wallet
  • GET /api/wallets - Get all wallet balances
  • POST /api/wallet/transfer - Transfer between wallets
  • POST /api/send - Send money to another user
  • POST /api/user/set-limit - Set transaction limits
  • GET /api/transactions - Get transaction history
  • POST /api/webhooks/receive - Webhook listener

Getting Started

  1. Visit the application URL
  2. Register a new account
  3. Submit KYC information
  4. Create wallets in different currencies
  5. Start making transactions
Code
backendfrontendsharedREADME.md
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.