video

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 »

Blockonomics Checkout API

In this tutorial, we will understand how to programmatically create/modify a dynamic way to collect charges from customers and add custom data to your products by using Blockonomics checkout API. We will also learn how to pass data to and retrieve data from the checkout API. Resources Source Code https://github.com/blockonomics/book-store Youtube Video https://www.youtube.com/watch?v=CstYDj09-ts Tech Stack …

Blockonomics Checkout API 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 »