Accepting Bitcoin payments with Python, Rust and PyO3

This page summarizes the projects mentioned and recommended in the original post on dev.to

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. pyo3-psbt

    A simple PyO3 example that build a partially signed Bitcoin transaction (PSBT)

    The sample application exposes a simple UI that allows the user to submit a Bitcoin payment by signing (and optionally broadcasting) a Partially Signed Bitcoin Transaction (PSBT) that was built by the application’s backend. The code has been tested in Chrome using the XVerse Wallet extension, by default the application is configured to use Bitcoin’s Testnet3 chain. The application’s code can be split into three components:

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. maturin

    Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages

    Before we can write a single line of code, we need to figure out a way to build our module, and for that we’ll use Maturin, which is a tool that allows us to build (and publish) Rust-based Python packages. Maturin also includes a useful boilerplate generation sub-command that will create everything we need to compile Rust code into a Python module.

  4. PyO3

    Rust bindings for the Python interpreter

    This blog post is meant to be an introduction to PyO3 by walking the reader through the build process of a non-trivial extension module in Rust using PyO3. Some familiarity with Python and Rust is recommended to get the most out of this post, basic understanding of Bitcoin concepts may be required to fully grasp the code samples.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Advanced Python: Achieving High Performance with Code Generation

    5 projects | news.ycombinator.com | 6 Sep 2024
  • My Google Summer of Code (GSoC) 2025 in View

    8 projects | dev.to | 29 Aug 2025
  • How I’d scale a side project to 1 million users (without melting my server)

    7 projects | dev.to | 28 Aug 2025
  • Google admits anti-competitive conduct involving Google Search in Australia

    2 projects | news.ycombinator.com | 17 Aug 2025
  • Launch HN: Golpo (YC S25) – AI-generated explainer videos

    1 project | news.ycombinator.com | 13 Aug 2025