Skip to content

ordishs/bitcoin_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin_tutorial

The purpose of this code is to illustrator how to create:

  1. Private / public key pairs
  2. Bitcoin addresses from public keys
  3. Bitcoin transactions

The Go code is dependant on:

  • github.com/bitcoinsv/bsvd - a full bitcoin node implementation in Go
  • github.com/libsv/go-bt - a library for working with bitcoin transactions and scripts
  • github.com/ordishs/go-bitcoin - a Go wrapper around RPC calls to a bitcoin node.

This example assumes you are running bitcoind locally in regtest mode.

The Node.js code is dependant on:

  • bsv.js (Version 1.x)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published