Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Logo

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

booking-screen

# 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/)