python

Sending Bitcoin – Wallet Service

Bitcoin Wallet Service is a free open source service that allows merchants to send bitcoin and retain custody of their funds. Resources Source Code https://github.com/blockonomics/wallet_service Youtube Video https://youtu.be/GpN6B7ca5-I Requirements Linux System Python 3.8 Git Postman ( For Testing ) Initial Setup The code repository of the Self Hosted Wallet Service is available on Github here. …

Sending Bitcoin – Wallet Service Read More »

Introduction to Payment Widgets

In this tutorial, we will understand how to use payment widget in your website using a news paywall example Resources Source Code https://github.com/blockonomics/news-paywall Youtube Video https://www.youtube.com/watch?v=Bwqf3Gx_wfY Tech Stack Python (Django) SQLite HTML/CSS/Bootstrap Setting Up The entire code for this demo is available on GitHub and you can fork it here. The step by step instructions on …

Introduction to Payment Widgets Read More »

API Library in Python

Moneywagon is universal bitcoin/altcoin blockchain client library for python. Instead of depending on one service provider, user can choose to sample multiple/random API service Resources Source Code https://github.com/priestc/moneywagon

Greed – Telegram Shopping Bot

Greed is an e-commerce bot running on Telegram. It allows users to chat with it to purchase goods and pay for them in bitcoin Resources Source Code https://github.com/DarrenWestwood/greed Youtube Video https://www.youtube.com/watch?v=riRFU4OYPoU Requirements Initial Setup The code repository of the Telegram Bot integrated with Blockonomics payments is available on GitHub here. The step-by-step instructions on how to …

Greed – Telegram Shopping Bot Read More »

Introduction to Payment Button API

In this tutorial, we will understand how to use payment button API to automate e-commerce workflow using existing Blockonomics Payment Buttons as the user interface Resources Source Code https://github.com/blockonomics/Blockonomics_Payment_Button_Demo Youtube Video https://www.youtube.com/watch?v=ftJWws1iL3c Tech Stack PHP HTML/CSS Blade Setting Up The entire code for this demo is available on Github and you can fork it here. The …

Introduction to Payment Button API Read More »

Payments API Integration in Django/Python

In this tutorial, We will create an online shop that will accept Bitcoin payments using Blockonomics Payment API. Let’s get started! Resources Source Code https://github.com/blockonomics/Django-Image-Store Youtube Video https://www.youtube.com/watch?v=xGeD1UUXpMk Tech Stack Django/Python HTML/CSS Javascript Setting Up You can set up the local version of this tutorial using instructions provided in the README of the GitHub Repository Creating a …

Payments API Integration in Django/Python Read More »