Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.6 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.6 KB

Block! A simple POS for the crypto era

Main repository of https://blockpos.xyz service. A simple Point of Sale Bitcoin (BTC) application.

With Block! you can set up a Bitcoin address or an XPUB, place the device in your local store and start accept Bitcoin in less than 3 minutes.

We suggest to use secure wallets like: https://trezor.io/ https://www.ledger.com/

All the code is open source and the service will be free forever.

For a detailed explanation of the project please visit: https://blockpos.xyz/

Features

  • Simple and easy to use
  • Open source
  • Free forever
  • Setup your own zpub or xpub
  • Create a new wallet on the fly and use it
  • Slippage protection, setup your own value
  • Multi-currency, choose between USDC, EUR, GBP
  • Public pages, show your store and accept payments
  • List of all transactions
  • Export your transactions to a CSV file
  • Passkeys support
  • E-mail notifications when a payment is received
  • Customize your QR code
  • Customize your public page
  • Multi-language, currently only English
  • Guides on how to use the app or setup your wallet

Development of the API

To run the project locally you need to install the dependencies and run the following commands:

cd api
yarn
yarn dev:local

Please be sure to have your .env file correctly set up.

Development of the UI

To run the project locally you need to install the dependencies and run the following commands:

cd ui
yarn
yarn dev

Contributing

We welcome contributions to improve the project. Please open an issue or submit a pull request.