Skip to content

Commit

Permalink
Partner Experience: update horizon config/install copy (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland authored Jun 20, 2023
1 parent b8c956f commit a8d6708
Show file tree
Hide file tree
Showing 17 changed files with 221 additions and 422 deletions.
6 changes: 3 additions & 3 deletions docs/fundamentals-and-concepts/stellar-stack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Nodes reach consensus using the Stellar Consensus Protocol, which can you can le

Anyone can run a Stellar Core node, but you don’t have to in order to build on Stellar. We recommend you do so if you issue an asset and want to ensure the accuracy of the ledger and/or if you want to contribute to Stellar’s overall health and decentralization. Check out our tutorial on installing, configuring, and maintaining your own node here: [Run a Core Node Tutorial](../run-core-node)

## Horizon API
## Platform Services

Horizon is the client-facing RESTful HTTP API server that allows programmatic access to submit transactions and query the network’s historical data. It acts as the interface for applications that want to access the Stellar network. You can communicate with Horizon using an SDK, a web browser, or with simple command tools like cURL.
Horizon is the client-facing RESTful HTTP API server in the platform layer which allows programmatic access to submit transactions and query the network’s historical data. It acts as the interface for applications that want to access the Stellar network. You can communicate with Horizon using an SDK, a web browser, or with simple command tools like cURL.

You do not need to run your own Horizon instance — when you're getting started, you can use the free SDF Horizon instance to access the network — but it is recommended that you do when you’re ready to launch a finished product. Check out how to do so here: [Run an API Server Tutorial](../run-api-server)
You do not need to run your own Horizon instance — when you're getting started, you can use the free SDF Horizon instance to access the network — but it is recommended that you do when you’re ready to launch a finished product. Check out how to do so here: [Run Platform Server Tutorial](../run-platform-server)

Learn all there is to know about using Horizon in the Horizon [API Reference documentation](https://developers.stellar.org/api).

Expand Down
149 changes: 0 additions & 149 deletions docs/run-api-server/configuring.mdx

This file was deleted.

24 changes: 0 additions & 24 deletions docs/run-api-server/index.mdx

This file was deleted.

86 changes: 0 additions & 86 deletions docs/run-api-server/installing.mdx

This file was deleted.

Loading

0 comments on commit a8d6708

Please sign in to comment.