A Dart library to build and send bitcoin transactions. Completely based on Programming Bitcoin book.
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
- It's necessary to create a file called
secret_chapter_04.txt
inside theassets
folder with the desired passprhase in the first line. This will be used as the passphrase for the Testnet address.
Please file feature requests and bugs at the issue tracker.