Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamotf/bamotf
Bitcoin Payments Infrastructure
https://github.com/bamotf/bamotf
bitcoin bitcoin-payment payment-gateway react typescript
Last synced: about 1 month ago
JSON representation
Bitcoin Payments Infrastructure
- Host: GitHub
- URL: https://github.com/bamotf/bamotf
- Owner: bamotf
- License: agpl-3.0
- Created: 2023-04-07T14:01:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T11:59:36.000Z (11 months ago)
- Last Synced: 2024-09-29T04:01:43.020Z (about 2 months ago)
- Topics: bitcoin, bitcoin-payment, payment-gateway, react, typescript
- Language: TypeScript
- Homepage: https://bamotf.com
- Size: 6.83 MB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
bamotf
The open-source Stripe alternative but for Bitcoin only.
⚠️ This is a Work in Progress ⚠️ - Do not use it in production!
Discord ·
Website ·
Issues
## About the Project
# Bitcoin Payments Infrastructure
_Bitcoin Acknowledgement Mechanism Over Time Frame (bamotf)_ is a near
zero-config solution to accept bitcoins on your application. Designed
specifically for web developers, BAM makes it simple and easy to create payment
intents.Forget about the need to dive deep into Bitcoin documentation or manage the
communication with the Bitcoin Core. BAM takes care of all of that for you.
There's no need to create and maintain a background service to check if
transactions have been completed - BAM notifies you via a webhook as soon as a
payment is confirmed on the blockchain.In addition to its core functionality, BAM offers
[Node](./packages/node/README.md) and [React](./packages/react/README.md)
libraries, further easing implementation for developers.### Built With
- [Remix.run](https://remix.run/?ref=bamotf)
- [React.js](https://reactjs.org/?ref=bamotf)
- [Tailwind CSS](https://tailwindcss.com/?ref=bamotf)
- [Prisma.io](https://prisma.io/?ref=bamotf)
- [Turbo](https://turbo.build/?ref=bamotf)## Documentation
For documentation about bamotf, please visit our [website](https://bamotf.com).
Also, please [join our community on Discord](https://discord.gg/rUWTfmAHrG).
The documentation is automatically generated on each release from the files in
the [docs directory](./apps/docs).## Repo Activity
![Alt](https://repobeats.axiom.co/api/embed/8fef936a6bf8f6e503c5b6c6cb746fc1b1ae504e.svg 'Repobeats analytics image')
## Contributing
Please see our [contributing guide](/CONTRIBUTING.md).
## License
Distributed under the [AGPLv3 License](./LICENSE). See `LICENSE` for more
information.## Acknowledgements
Special thanks to these amazing projects which help power bamotf:
- [Bitcoin Core](https://github.com/bitcoin/bitcoin)
- [Turbo](https://turbo.build/)
- [Remix.run](https://remix.run)
- [Next.js](https://nextjs.org/)
- [Vercel](https://vercel.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Prisma](https://prisma.io/)