Connect to a HandCash wallet and execute payments programmatically.
Example: If you created a game/app where a user can win a reward when it wins, this simple approach gets you covered in no time.
Knowledge Base
Quick Tutorial - Use HandCash as an application payout wallet
HandCash Pay Integration for non programmers
Learn how to use HandCash Pay without any programming skills at all. If you do have coding skills we recommend you check out this excellent tutorial from Joshua Hensley.
Upload Files to the Bitcoin SV Blockchain in less than 5 minutes!
In this tutorial, I demonstrate how to upload files to the BSV blockchain leveraging the Easy-B tool by the RUN team. I use the CLI (command line interface) tool as well as the NodeJS library to do so.
Build and Broadcast a Bitcoin Tx from Scratch in less than 5 minutes!
In this quick tutorial I demonstrate how to build and broadcast a simple Pay-To-Public-Key Hash transaction in less than 5 minutes.
Listen for and process your own Bitcoin transactions in 6 minutes!
In this quick tutorial I leverage WhatsOnChain's WebSockets to listen for and process only transactions sent to your Bitcoin address.
Creating nLockTime & Standard Multi-Signature Transactions!
In this video from early 2020 to celebrate the Return to Genesis, this tutorial reviews how to create time-locked transactions and standard multi-signature transactions (without P2SH) on Bitcoin SV!
Bitsocket 2.0 - Stream bitcoin transactions real time into your application!
Bitsocket 2.0 is another tool released by pseudonymous developer _unwriter that enables streaming filtered Bitcoin transactions real-time to use in your application. In this tutorial I cover the basics on how it works and demonstrate how we can have a web page on one end talk to a node server program.