# 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](https://img.shields.io/github/license/frw/react-native-ssl-public-key-pinning)](LICENSE) ![Codemagic build status](https://api.codemagic.io/apps/6580220d95d4f2f104923fef/react-native-android/status_badge.svg) [![Translation status](https://weblate.swiss-bitcoin-pay.ch/widget/app/svg-badge.svg)](https://weblate.swiss-bitcoin-pay.ch/engage/app/) ![Netlify Status](https://api.netlify.com/api/v1/badges/0537dd5e-edb6-4a7a-ada0-0f3295e50a73/deploy-status) [![GitHub Repo stars](https://img.shields.io/github/stars/SwissBitcoinPay/app?style=social)](https://github.com/SwissBitcoinPay/app) ## ๐Ÿ” 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**](https://github.com/boltcard/boltcard) - ๐ŸŒŽ Works worldwide with most currencies - ๐Ÿ‘ฅ Supports multiple employees ## ๐ŸŒ Supported languages - ๐Ÿ‡ฌ๐Ÿ‡ง English - ๐Ÿ‡ซ๐Ÿ‡ท Franรงais - ๐Ÿ‡ฉ๐Ÿ‡ช Deutsch - ๐Ÿ‡ฎ๐Ÿ‡น Italiano - ๐Ÿ‡ช๐Ÿ‡ธ Espaรฑol - ๐Ÿ‡ต๐Ÿ‡น Portuguรชs - ๐Ÿ‡ซ๐Ÿ‡ฎ Suomi ## โš™๏ธ Tech stack - [React](https://react.dev) - [React Native](https://reactnative.dev) - [React Native Web](https://necolas.github.io/react-native-web) ## ๐Ÿงฐ How to run Install packages ```sh npm install ``` ### Run on web ```sh npm start ``` Access your app at https://localhost:7474 ### Run on mobile ```sh npm run mobile-start ``` Then, in a separate terminal: ##### iOS ```sh cd ios && pod install && cd .. npm run ios ``` ##### Android ```sh npm run android ``` ## ๐Ÿค Contributing - Help translate to your language on our Tolgee: - App: [![app](https://weblate.swiss-bitcoin-pay.ch/widget/app/svg-badge.svg)](https://weblate.swiss-bitcoin-pay.ch/engage/app/) - Server: [![server](https://weblate.swiss-bitcoin-pay.ch/widget/server/svg-badge.svg)](https://weblate.swiss-bitcoin-pay.ch/engage/server/) - Dashboard: [![dashboard](https://weblate.swiss-bitcoin-pay.ch/widget/dashboard/svg-badge.svg)](https://weblate.swiss-bitcoin-pay.ch/engage/dashboard/) - Website: [![website](https://weblate.swiss-bitcoin-pay.ch/widget/website/svg-badge.svg)](https://weblate.swiss-bitcoin-pay.ch/engage/website/) - PRs are welcomed! Some ideas: - Imagine a new cool feature to further simplify merchant's experience with bitcoin payments - Improve testing & security