Skip to content

Commit d9033b1

Browse files
committed
add types to markdowns
1 parent ca3d3b1 commit d9033b1

15 files changed

+16
-1
lines changed

decoding/implement-OP_ADD-OP_HASH160.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ images:
1111
[
1212
"/bitcoin-topics/static/images/topics/thumbnails/project-stack-thumbnail.webp"
1313
]
14+
topicType: exercise
1415
parent: project
1516
---
1617

decoding/implement-OP_CHECKSIG.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ images:
1111
[
1212
"/bitcoin-topics/static/images/topics/thumbnails/project-stack-thumbnail.webp"
1313
]
14+
topicType: exercise
1415
parent: project
1516
---
1617

decoding/implement-basic-stack.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ images:
1111
[
1212
"/bitcoin-topics/static/images/topics/thumbnails/project-stack-thumbnail.webp"
1313
]
14+
topicType: exercise
1415
parent: project
1516
---
1617

decoding/number-decoding-encoding.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ images:
1111
[
1212
"/bitcoin-topics/static/images/topics/thumbnails/project-stack-thumbnail.webp"
1313
]
14+
topicType: exercise
1415
parent: project
1516
---
1617

decoding/p2ms-exercise-1.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category: Scripts
77
layout: TopicBanner
88
order: 1
99
images: ["/bitcoin-topics/static/images/topics/thumbnails/p2ms-thumbnail.webp"]
10+
topicType: exercise
1011
parent: p2ms
1112
---
1213

decoding/p2ms-exercise-2.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category: Scripts
77
layout: TopicBanner
88
order: 2
99
images: ["/bitcoin-topics/static/images/topics/thumbnails/p2ms-thumbnail.webp"]
10+
topicType: exercise
1011
parent: p2ms
1112
---
1213

decoding/p2pk-exercise1.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category: Scripts
77
layout: TopicBanner
88
order: 2
99
images: ["/bitcoin-topics/static/images/topics/thumbnails/p2pk-thumbnail.webp"]
10+
topicType: exercise
1011
parent: p2pk
1112
---
1213

decoding/p2pk-exercise2.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category: Scripts
77
layout: TopicBanner
88
order: 3
99
images: ["/bitcoin-topics/static/images/topics/thumbnails/p2pk-thumbnail.webp"]
10+
topicType: exercise
1011
parent: p2pk
1112
---
1213

@@ -302,7 +303,7 @@ export default P2PKGame;`
302303
}
303304
}
304305
}}
305-
trinketUrl="https://trinket.io/embed/python3/2c87f0971ba0"
306+
trinketUrl="https://trinket.io/embed/python3/7a13890e44b5"
306307
/>
307308

308309
You can look up the hex characters for each op_code in the [Bitcoin Script wiki page](https://en.bitcoin.it/wiki/Script).

decoding/p2pk-exercise3.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category: Scripts
77
layout: TopicBanner
88
order: 4
99
images: ["/bitcoin-topics/static/images/topics/thumbnails/p2pk-thumbnail.webp"]
10+
topicType: exercise
1011
parent: p2pk
1112
---
1213

decoding/p2pkh-exercise1.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category: Scripts
77
layout: TopicBanner
88
order: 1
99
images: ["/bitcoin-topics/static/images/topics/thumbnails/p2pkh-thumbnail.webp"]
10+
topicType: exercise
1011
parent: p2pkh
1112
---
1213

0 commit comments

Comments
 (0)