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

Partner Experience: update horizon config/install copy #162

Merged
merged 21 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b157fc9
#141: re-phrased most of configuring and installing page content, cha…
sreuland Jun 12, 2023
485ca92
#141: fixed settings md table format
sreuland Jun 12, 2023
ca3ec7c
#141: mention filtering for ingest setup
sreuland Jun 12, 2023
6ae0bd3
#141: mention filtering in notes
sreuland Jun 12, 2023
2886550
review feedback on configuring.mdx
sreuland Jun 12, 2023
ba73272
review feedback for install phrasing on configuring.mdx
sreuland Jun 12, 2023
9a0c6b1
review feedback on deployment mode configurations
sreuland Jun 12, 2023
f22e725
change db prep paragraph per review feedback
sreuland Jun 13, 2023
2e306ff
include review feedback, add more on TODO comments
sreuland Jun 13, 2023
fb7a2e3
show correct usage of --ingest
sreuland Jun 13, 2023
ff4daa9
#141: wrap filtering reference to page link
sreuland Jun 13, 2023
d329858
review feedback, use complete sentence structure.
sreuland Jun 14, 2023
1d3fe26
review feedback on configurations
sreuland Jun 15, 2023
b3dc462
fixed spelling errors
sreuland Jun 15, 2023
e32adaf
review feedback, rename db init title
sreuland Jun 15, 2023
a0f5d12
#141: review feedback, consistent env variable usage
sreuland Jun 15, 2023
1d6b78b
#141: review feedback, consistent pubnet referrals
sreuland Jun 15, 2023
053f865
#141: review feedback, update index copy
sreuland Jun 15, 2023
657016e
#141: review feedback, tx sub changes
sreuland Jun 15, 2023
8ba722c
#141: add comment about channel accounts on tx sub
sreuland Jun 15, 2023
c1fb892
remove TODO placeholders, dev tickets created
sreuland Jun 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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