Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update chainhook guides #384

Merged
merged 6 commits into from
Aug 17, 2023
Merged

docs: update chainhook guides #384

merged 6 commits into from
Aug 17, 2023

Conversation

mefrem
Copy link
Contributor

@mefrem mefrem commented Aug 14, 2023

Description

@mefrem: Fixed a pathname error in docs, fixed a typo, and added some clarifying language to other sections.

  • Fixed bitcoind and bitcoin.conf pathnames
  • Removed double words "predicates"
  • Clarified bitcoind node setup instructions

@ryanwaits to add changes/comments to the "Run Chainhook as a Service using Stacks" How To guide

Fixed a pathname error in docs, fixed a typo, and added some clarifying language to other sections.

- Fixed `bitcoind` and `bitcoin.conf` pathnames
- Removed double words "predicates" 
- Clarified bitcoind node setup instructions
@mefrem mefrem requested a review from ryanwaits August 14, 2023 17:18
Copy link
Contributor

@MicaiahReid MicaiahReid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great improvement! I have a few nits.

@@ -132,7 +130,7 @@ Here is a table of the relevant parameters this guide changes in our configurati

## Scan blockchain based on predicates

Now that your bitcoind and Chainhook configurations are complete, you can define the [predicates](../overview.md#if-this-predicate-design) you would like to scan against bitcoin blocks [predicates](../overview.md#if-this-predicate-design). These predicates are where the user specifies the kinds of blockchain events they want their Chainhook to trigger to the deliver a result (either a file appendation or an HTTP POST result). This section helps you with an example JSON file to scan a range of blocks in the blockchain to trigger results. To understand the supported predicates for Bitcoin, refer to [how to use chainhooks with bitcoin](how-to-use-chainhooks-with-bitcoin.md).
Now that your bitcoind and Chainhook configurations are complete, you can define the Chainhook [predicates](../overview.md#if-this-predicate-design) you would like to scan against bitcoin blocks. These predicates are where the user specifies the kinds of blockchain events that trigger a Chainhook to the deliver a result (either a file appendation or an HTTP POST request). This section helps you with an example JSON file to scan a range of blocks in the blockchain to trigger results. To understand the supported predicates for Bitcoin, refer to [how to use chainhooks with bitcoin](how-to-use-chainhooks-with-bitcoin.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Now that your bitcoind and Chainhook configurations are complete, you can define the Chainhook [predicates](../overview.md#if-this-predicate-design) you would like to scan against bitcoin blocks. These predicates are where the user specifies the kinds of blockchain events that trigger a Chainhook to the deliver a result (either a file appendation or an HTTP POST request). This section helps you with an example JSON file to scan a range of blocks in the blockchain to trigger results. To understand the supported predicates for Bitcoin, refer to [how to use chainhooks with bitcoin](how-to-use-chainhooks-with-bitcoin.md).
Now that your bitcoind and Chainhook configurations are complete, you can define the Chainhook [predicates](../overview.md#if-this-predicate-design) you would like to scan against bitcoin blocks. These predicates are where the user specifies the kinds of blockchain events that trigger Chainhook to deliver a result (either a file appendation or an HTTP POST request). This section helps you with an example JSON file to scan a range of blocks in the blockchain to trigger results. To understand the supported predicates for Bitcoin, refer to [how to use chainhooks with bitcoin](how-to-use-chainhooks-with-bitcoin.md).

@mefrem
Copy link
Contributor Author

mefrem commented Aug 16, 2023

All changes suggested by @MicaiahReid look good to me, manually added. Would love to merge and get one more Docs release update before webinar.

@MicaiahReid MicaiahReid changed the title Mefrem docs changes docs: update chainhook guides Aug 17, 2023
@MicaiahReid MicaiahReid merged commit 2b4b8dc into develop Aug 17, 2023
@MicaiahReid MicaiahReid deleted the mefrem-docs-changes branch August 17, 2023 14:32
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants