Skip to content
Open
14 changes: 2 additions & 12 deletions docs/platforms/anchor-platform/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pagination_next: platforms/anchor-platform/admin-guide/README

# Anchor Platform

The Anchor Platform provides a set of tools and APIs for building on and off-ramp services on the Stellar network. With standardized interfaces and full implementations of key Stellar Ecosystem Proposals (SEPs), it simplifies integration with Stellar-based wallets and exchanges, enabling you to focus on your core business logic rather than protocol implementation details.
The Anchor Platform provides a set of tools and APIs for building on and off-ramp services on the Stellar network. With standardized interfaces and full implementations of key [Stellar Ecosystem Proposals](../../learn/glossary.mdx#seps) (SEPs), it simplifies integration with Stellar-based wallets and exchanges, enabling you to focus on your core business logic rather than protocol implementation details.

## Supported SEPs

Expand Down Expand Up @@ -43,14 +43,4 @@ The Anchor Platform implements the following Stellar Ecosystem Proposals:

## Additional Resources

The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/java-stellar-anchor-sdk).

[sep-1]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md
[sep-6]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md
[sep-10]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md
[sep-12]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md
[sep-24]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md
[sep-31]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0031.md
[sep-38]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md
[sep-45]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0045.md
[anchor-platform-github]: https://github.com/stellar/java-stellar-anchor-sdk
The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/anchor-platform).
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ This configures the event service's callback API that will be used to send event
- `API_KEY`: The event service will send an API key in the `Authorization` header of the request. The following are the supported configuration options:
- `http_header`: The header in which the API key will be sent.

[default-values-file]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[default-values-file]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[clients-config]: ../../sep-guide/sep10/README.mdx#config-with-client-attribution
4 changes: 2 additions & 2 deletions docs/platforms/anchor-platform/sep-guide/sep1/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ The Anchor Platform's SEP-1 service is optional if you're hosting the file exter
[minikube]: https://minikube.sigs.k8s.io/docs/
[kubernetes]: https://kubernetes.io/
[nginx]: https://www.nginx.com/
[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[stellar-demo-wallet]: https://demo-wallet.stellar.org
[stellar-lab]: https://lab.stellar.org/
[postgresql]: https://www.postgresql.org/
Expand All @@ -195,4 +195,4 @@ The Anchor Platform's SEP-1 service is optional if you're hosting the file exter
[sqlite]: https://www.sqlite.org/index.html
[flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html
[sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui
[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server
[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us
[minikube]: https://minikube.sigs.k8s.io/docs/
[kubernetes]: https://kubernetes.io/
[nginx]: https://www.nginx.com/
[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[stellar-demo-wallet]: https://demo-wallet.stellar.org
[stellar-lab]: https://lab.stellar.org/
[postgresql]: https://www.postgresql.org/
Expand All @@ -206,6 +206,6 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us
[sqlite]: https://www.sqlite.org/index.html
[flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html
[sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui
[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server
[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server
[sep1-ap]: ../sep1/README.mdx
[json-rpc-methods]: ../../api-reference/platform/rpc/methods/README.mdx
4 changes: 2 additions & 2 deletions docs/platforms/anchor-platform/sep-guide/sep24/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ The code for the backend is a part of the Anchor Platform, and is available as a
[minikube]: https://minikube.sigs.k8s.io/docs/
[kubernetes]: https://kubernetes.io/
[nginx]: https://www.nginx.com/
[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
[stellar-demo-wallet]: https://demo-wallet.stellar.org
[stellar-lab]: https://lab.stellar.org/
[postgresql]: https://www.postgresql.org/
Expand All @@ -435,4 +435,4 @@ The code for the backend is a part of the Anchor Platform, and is available as a
[sqlite]: https://www.sqlite.org/index.html
[flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html
[sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui
[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server
[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server