diff --git a/docs/sdks/go/index.md b/docs/sdks/go/index.md index 822652fa..4052c932 100644 --- a/docs/sdks/go/index.md +++ b/docs/sdks/go/index.md @@ -1,4 +1,4 @@ -title: Your First Transaction +title: Go SDK: Your First Transaction This section is a quick start guide for interacting with the Algorand network using Go. This guide will help to install [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the Go SDK, create an account and submit your first transaction on Algorand. diff --git a/docs/sdks/java/index.md b/docs/sdks/java/index.md index be213957..4cc3fe4d 100644 --- a/docs/sdks/java/index.md +++ b/docs/sdks/java/index.md @@ -1,4 +1,4 @@ -title: Your First Transaction +title: Java SDK: Your First Transaction This section is a quick start guide for interacting with Algorand network using Java. This guide will help to install [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the Java SDK, create an account and submit your first transaction. diff --git a/docs/sdks/javascript/index.md b/docs/sdks/javascript/index.md index c5befca8..12ea3311 100644 --- a/docs/sdks/javascript/index.md +++ b/docs/sdks/javascript/index.md @@ -1,4 +1,4 @@ -title: Your First Transaction +title: JS SDK: Your First Transaction This section is a quick start guide for interacting with the Algorand network using JavaScript. This guide will help to install the [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the JavaScript SDK, create an account and submit your first transaction using different JavaScript Runtimes. ​ diff --git a/docs/sdks/python/index.md b/docs/sdks/python/index.md index 13983fa8..6fbc26fb 100644 --- a/docs/sdks/python/index.md +++ b/docs/sdks/python/index.md @@ -1,4 +1,4 @@ -title: Your first transaction +title: Python SDK: Your first transaction This section is a quick start guide for interacting with the Algorand network using Python. This guide will help to install [Algorand sandbox](https://github.com/algorand/sandbox){:target="_blank"}, which provides a node for testing and development. This guide will also help to install the Python SDK, create an account and submit your first transaction on Algorand.