Skip to content

Commit 33c904e

Browse files
Cleans up headers. Simplifies intro.
1 parent a6e359d commit 33c904e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/reference/javascript-sdk/basic-end-to-end-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Basic end-to-end example"
3-
lead: "A straight-forward Node JS script that goes through the complete end-to-end Entropy flow."
2+
title: "Hello world"
3+
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."
44
---
55

66
## Prerequisites
@@ -108,7 +108,7 @@ This codeblock is setting up the core infrastructure needed to connect to the En
108108
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.
109109
{{< /callout >}}
110110
111-
### Creating and verifying signatures
111+
### Signature management
112112
113113
1. Finally, read through and add this function to the file:
114114

0 commit comments

Comments
 (0)