Skip to content

Commit e50aef0

Browse files
authored
fix: grammar tweaks
grammar tweaks
1 parent 669d743 commit e50aef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/how-to-guides/how-to-stream-ordinal-activities.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Stream Ordinal Activities to an API
33
---
44

5-
Ordhook is a tool that helps you find ordinal activities from the Bitcoin chain. Think of it like a detective that can find and track these activities for you. Once it finds these activities, it can be used to help build your own database. This guide will show you how to use Ordhook to stream these activities.
5+
Ordhook is a tool that helps you find ordinal activity from the Bitcoin chain and build your own customized database with that data. This guide will show you how to use Ordhook to stream ordinal activity.
66

77
### Configure Ordhook
88

@@ -11,7 +11,7 @@ This section walks you through streaming ordinal activities. To post the ordinal
1111
> **_NOTE_**
1212
> Ordhook is applicable to the Bitcoin chain only.
1313
14-
Once the Bitcoin node is configured, you can use the following command in your terminal to create a configuration for Ordhook.
14+
Once the Bitcoin node is configured, you can use the following command in your terminal to create a configuration for Ordhook:
1515

1616
`ordhook config new --mainnet`
1717

@@ -70,9 +70,9 @@ bitcoind_rpc_password = "devnet"
7070
bitcoind_zmq_url = "tcp://0.0.0.0:18543"
7171
```
7272

73-
### Post ordinal activity to an external endpoint
73+
### Post Ordinal Activity to an External Endpoint
7474

75-
After adjusting the `Ordhook.toml` settings to make them match the bitcoind configuration, the following command can be run to scan blocks and post events to a local server.
75+
After adjusting the `Ordhook.toml` settings to make them match the bitcoind configuration, the following command can be run to scan blocks and post events to a local server:
7676

7777
`ordhook scan blocks 767430 767753 --post-to=http://localhost:3000/api/events --config-path=./Ordhook.toml`
7878

0 commit comments

Comments
 (0)