Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 1.86 KB

README.md

File metadata and controls

72 lines (56 loc) · 1.86 KB

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 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

⚙️ 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

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