Skip to content

limonadev/dartcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Dart library to build and send bitcoin transactions. Completely based on Programming Bitcoin book.

Usage

To run all the examples, ensure the desired chapter is uncommented in example/dartcoin_example.dart. After that, you can run:

dart --enable-asserts example/dartcoin_example.dart

Notes about the exercises of the book

Chapter 04

  • It's necessary to create a file called secret_chapter_04.txt inside the assets folder with the desired passprhase in the first line. This will be used as the passphrase for the Testnet address.

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages