Skip to content

Commit

Permalink
Cleans up headers. Simplifies intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews committed Jan 28, 2025
1 parent a6e359d commit 33c904e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/reference/javascript-sdk/basic-end-to-end-example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Basic end-to-end example"
lead: "A straight-forward Node JS script that goes through the complete end-to-end Entropy flow."
title: "Hello world"
lead: "A straight-forward Node JS script that goes through the complete end-to-end Entropy flow. It's slightly more in-depth than your standard _hello world_ tutorial, but it's totally worth it."
---

## Prerequisites
Expand Down Expand Up @@ -108,7 +108,7 @@ This codeblock is setting up the core infrastructure needed to connect to the En
Finally, this function creates an `Entropy` instance with these options and waits for the connection to be ready. This is your main interface to interact with the Entropy network. Everything is wrapped in a try-catch block to handle any errors that might occur during this setup process, and returns the configured Entropy instance for use in other parts of the application.
{{< /callout >}}
### Creating and verifying signatures
### Signature management
1. Finally, read through and add this function to the file:
Expand Down

0 comments on commit 33c904e

Please sign in to comment.