Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 7520da1

Browse files
authored
Update Readme.md
1 parent fa2f412 commit 7520da1

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Readme.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
### create a transaction with bitcore lib explained
1+
### bitcore-lib-tutorial
22

3-
<!--
3+
This sameple code will let you generate a private key, create a transaction and submit it via with bitcore-lib and Javascript
44

5-
# EPISODE 03
6-
7-
(maybe delete 01 and 02 and just publish this)
8-
9-
-->
5+
---
106

117
code for the episode:
128

139
Creating a private key and sending a bitcoin transaction in 30 lines of code
1410

1511
`bitcore-lib.js` (purely didatical version - [this version])
1612

17-
`bitcoinjs-lib.js` (TODO: a more practical version)
13+
`bitcoinjs-lib.js` (TODO: create a more practical version using bitcoinjs-lib or a wrapper)
1814

1915
```js
2016
const { readFileSync } = require('fs')
@@ -64,7 +60,7 @@ const pushTx = require('./blockchain-api/push-tx')
6460

6561
```
6662

67-
Creating a private key and sending a bitcoin transaction in 30 lines of code - youtube video explainer (WIP) #coding #bitcoin #tx #utxo #bitcoin-tx #bitcoin-utxo
63+
Creating a private key and sending a bitcoin transaction in 30 lines of code - #coding #bitcoin #tx #utxo #bitcoin-tx #bitcoin-utxo
6864

6965

7066
---

0 commit comments

Comments
 (0)