/app

Primary LanguageTypeScriptMIT LicenseMIT

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