Skip to content

SwissBitcoinPay/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swiss Bitcoin Pay app

Swiss Bitcoin Pay

Swiss Bitcoin Pay is an easy-to-use solution to accept bitcoin payments in your business.

MIT License Codemagic build status Netlify Status Crowdin GitHub Repo stars

🔍 Features

  • 😎 Easy-to-use, create account in 1 minute
  • 📱 Cross Web/iOS/Android app
  • 🕵🏻 No KYC identification
  • 🔒 Non-custodial (free daily auto-withdraw to your own wallet)
  • 💵 Auto fiat conversion (total or partial)
  • 💳 BoltCard support
  • 🌎 Works worldwide with most currencies
  • 👥 Supports multiple employees

🌐 Supported languages

  • 🇬🇧 English
  • 🇫🇷 Français
  • 🇩🇪 Deutsch
  • 🇮🇹 Italiano
  • 🇪🇸 Español
  • 🇵🇹 Português
  • 🇫🇮 Suomi

⚙️ Tech stack

🧰 How to run

Install packages

npm install

Run on web

npm start

Access your app at https://localhost:7474

Run on mobile

npm run mobile-start

Then, in a separate terminal:

iOS
cd ios && pod install && cd ..
npm run ios
Android
npm run android

🤝 Contributing

  • Help translate to your language:
  • PRs are welcomed! Some ideas:
    • Imagine a new cool feature to further simplify merchant's experience with bitcoin payments
    • Improve testing & security