Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 11 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Apache 2.0 licensed](https://img.shields.io/badge/license-apache%202.0-blue.svg)](LICENSE)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/stellar/stellar-docs)

Welcome to the official home repository for [Documentation][docs] for the [Stellar network][stellar].
Welcome to the official home repository for [Documentation](https://developers.stellar.org/docs) for the [Stellar network](https://en.wikipedia.org/wiki/Stellar_(payment_network)).

## Table of Contents <!-- omit in toc -->

Expand All @@ -20,12 +20,12 @@ Welcome to the official home repository for [Documentation][docs] for the [Stell

Contributions are more than welcome! Thank you! 🎉

Before diving in, please read our [Stellar Contribution Guide][contrib] for
Before diving in, please read our [Stellar Contribution Guide](https://github.com/stellar/.github/blob/master/CONTRIBUTING.md) for
details on contributing to Stellar's various repositories. Please take special
note of the [code of conduct][coc].
note of the [code of conduct](https://github.com/stellar/.github/blob/master/CODE_OF_CONDUCT.md).

Our documentation site is built using [Docusaurus][docusaurus]. The content is
written in [MDX][mdx], which adds a lot of cool possibilities. Even if you're
Our documentation site is built using [Docusaurus](https://docusaurus.io). The content is
written in [MDX](https://mdxjs.com), which adds a lot of cool possibilities. Even if you're
unfamiliar with plain markdown, do not fear! You can still contribute in a
helpful and meaningful way. Markdown is super easy to learn, and will come quite
naturally after only a bit of practice. You can always help fix typos, spelling,
Expand Down Expand Up @@ -53,9 +53,9 @@ If you have questions, feel free to ask in the [Stellar Developer Discord](https

## Quick Start

[![Open in Codespaces](https://github.com/codespaces/badge.svg)][open-in-github-codespaces]
[![Open in Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=stellar/stellar-docs&editor=web)

[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)][open-in-code-anywhere]
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/stellar/stellar-docs)

### Prerequisites

Expand Down Expand Up @@ -137,9 +137,9 @@ If you're unfamiliar with Markdown, there are **loads** of good tutorials and
cheat sheets out there. Check out some of these resources to get a handle on the
basics:

- [CommonMark cheat sheet and tutorial][commonmark]
- [Interactive markdown tutorial][tutorial]
- [The markdown guide][guide]
- [CommonMark cheat sheet and tutorial](https://commonmark.org/help/)
- [Interactive markdown tutorial](https://www.markdowntutorial.com/)
- [The markdown guide](https://www.markdownguide.org/)

### Custom Markdown

Expand Down Expand Up @@ -171,7 +171,7 @@ print("hello world")
`<CodeExample />` is a code snippet component. You can use this component when
you want to include snippets for more than one language. See an example
including a snippet for `JavaScript` and `Python` below. It is using [Prism
React Renderer][prism] for syntax highlighting. If you're only making a code
React Renderer](https://github.com/FormidableLabs/prism-react-renderer) for syntax highlighting. If you're only making a code
snippet for a _single programming language_, you should just stick with a
"normal" markdown code fence using backticks.

Expand Down Expand Up @@ -248,17 +248,3 @@ export const CODE_LANGS = {
```

**Remember that this is a community; we build together! 🫱🏻‍🫲🏽 Our code of conduct is [here](https://www.stellar.org/community/code-of-conduct) and our Privacy Policy is [here](https://www.stellar.org/privacy-policy).**

[docs]: https://developers.stellar.org/docs
[stellar]: https://stellar.org
[contrib]: https://github.com/stellar/.github/blob/master/CONTRIBUTING.md
[coc]: https://github.com/stellar/.github/blob/master/CODE_OF_CONDUCT.md
[docusaurus]: https://docusaurus.io
[mdx]: https://mdxjs.com
[commonmark]: https://commonmark.org/help/
[tutorial]: https://www.markdowntutorial.com/
[guide]: https://www.markdownguide.org/
[alert-example]: https://developers.stellar.org/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server
[prism]: https://github.com/FormidableLabs/prism-react-renderer
[open-in-github-codespaces]: https://github.com/codespaces/new?repo=stellar/stellar-docs&editor=web
[open-in-code-anywhere]: https://app.codeanywhere.com/#https://github.com/stellar/stellar-docs
31 changes: 31 additions & 0 deletions discard-links-origin.no-es.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Differential Testing ./differential-tests.mdx docs/build/guides/testing/differential-tests-with-test-snapshots.mdx:65
Getting Started ../../smart-contracts/getting-started/README.mdx docs/build/guides/testing/differential-tests-with-test-snapshots.mdx:66
JSON Schema Specification 7 https://json-schema.org/draft-07/json-schema-release-notes.html openrpc/README.md:177
`getEvents` method ../../../data/apis/rpc/api-reference/methods/getEvents.mdx docs/build/guides/events/ingest.mdx:318
`increment` example contract ../../smart-contracts/getting-started/storing-data.mdx docs/build/guides/rpc/generate-ledger-keys-python.mdx:31
alert-example https://developers.stellar.org/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server README.md:261
coc https://github.com/stellar/.github/blob/master/CODE_OF_CONDUCT.md README.md:255
code coverage code-coverage.mdx docs/build/guides/testing/mutation-testing.mdx:37
commonmark https://commonmark.org/help/ README.md:258
contentDescriptor objects https://spec.open-rpc.org/#content-descriptor-object openrpc/README.md:175
contrib https://github.com/stellar/.github/blob/master/CONTRIBUTING.md README.md:254
custom types example ../../../../build/smart-contracts/example-contracts/custom-types.mdx docs/learn/fundamentals/contract-development/types/custom-types.mdx:26
docs https://developers.stellar.org/docs README.md:252
docusaurus https://docusaurus.io README.md:256
environment ../environment-concepts.mdx docs/learn/fundamentals/contract-development/types/built-in-types.mdx:22
errors example ../../../../build/smart-contracts/example-contracts/errors.mdx docs/learn/fundamentals/contract-development/errors-and-debugging/errors.mdx:27
example objects https://spec.open-rpc.org/#example-object openrpc/README.md:178
example pairing objects https://spec.open-rpc.org/#example-pairing-object openrpc/README.md:179
examples ../../smart-contracts/example-contracts/README.mdx docs/build/guides/testing/differential-tests-with-test-snapshots.mdx:67
guide https://www.markdownguide.org/ README.md:260
identity ../../smart-contracts/getting-started/setup.mdx#configure-an-identity docs/build/guides/conventions/deploy-contract.mdx:191
mdx https://mdxjs.com README.md:257
method objects https://spec.open-rpc.org/#method-object openrpc/README.md:174
open-in-code-anywhere https://app.codeanywhere.com/#https://github.com/stellar/stellar-docs README.md:264
open-in-github-codespaces https://github.com/codespaces/new?repo=stellar/stellar-docs&editor=web README.md:263
prism https://github.com/FormidableLabs/prism-react-renderer README.md:262
rust sdk ../../../../tools/sdks/contract-sdks.mdx#soroban-rust-sdk docs/learn/fundamentals/contract-development/types/built-in-types.mdx:23
schema objects https://spec.open-rpc.org/#schema-object openrpc/README.md:176
stellar https://stellar.org README.md:253
this querying data section ./querying-data.mdx#fetchaccountbalances docs/build/apps/example-application-tutorial/manage-trust.mdx:255
tutorial https://www.markdowntutorial.com/ README.md:259
55 changes: 55 additions & 0 deletions discard-links-origin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
Comenzar ../../smart-contracts/getting-started/README.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/testing/differential-tests-with-test-snapshots.mdx:66
Contrato de ejemplo `increment` ../../smart-contracts/getting-started/storing-data.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/rpc/generate-ledger-keys-python.mdx:31
Differential Testing ./differential-tests.mdx docs/build/guides/testing/differential-tests-with-test-snapshots.mdx:65
Getting Started ../../smart-contracts/getting-started/README.mdx docs/build/guides/testing/differential-tests-with-test-snapshots.mdx:66
JSON Schema Specification 7 https://json-schema.org/draft-07/json-schema-release-notes.html openrpc/README.md:177
Método `getEvents` ../../../data/apis/rpc/api-reference/methods/getEvents.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/events/ingest.mdx:318
Pruebas Diferenciales ./differential-tests.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/testing/differential-tests-with-test-snapshots.mdx:65
Testnet ../../../../networks/README.mdx docs/data/apis/rpc/admin-guide/development.mdx:82, i18n/es/docusaurus-plugin-content-docs/current/data/apis/rpc/admin-guide/development.mdx:82
XDR xdr docs/learn/fundamentals/data-format/xdr-json.mdx:39, i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/data-format/xdr-json.mdx:39
`getEvents` method ../../../data/apis/rpc/api-reference/methods/getEvents.mdx docs/build/guides/events/ingest.mdx:318
`increment` example contract ../../smart-contracts/getting-started/storing-data.mdx docs/build/guides/rpc/generate-ledger-keys-python.mdx:31
`stellar xdr types schema` ../../../tools/cli/stellar-cli.mdx#stellar-xdr-types-schema docs/learn/fundamentals/data-format/xdr-json.mdx:40, i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/data-format/xdr-json.mdx:40
alert-example https://developers.stellar.org/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server README.md:261
cobertura de código code-coverage.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/testing/mutation-testing.mdx:37
coc https://github.com/stellar/.github/blob/master/CODE_OF_CONDUCT.md README.md:255
code coverage code-coverage.mdx docs/build/guides/testing/mutation-testing.mdx:37
commonmark https://commonmark.org/help/ README.md:258
contentDescriptor objects https://spec.open-rpc.org/#content-descriptor-object openrpc/README.md:175
contrib https://github.com/stellar/.github/blob/master/CONTRIBUTING.md README.md:254
custom types example ../../../../build/smart-contracts/example-contracts/custom-types.mdx docs/learn/fundamentals/contract-development/types/custom-types.mdx:26
docs https://developers.stellar.org/docs README.md:252
docusaurus https://docusaurus.io README.md:256
ejemplo de errores ../../../../build/smart-contracts/example-contracts/errors.mdx i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/contract-development/errors-and-debugging/errors.mdx:27
ejemplo de tipos personalizados ../../../../build/smart-contracts/example-contracts/custom-types.mdx i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/contract-development/types/custom-types.mdx:26
ejemplos ../../smart-contracts/example-contracts/README.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/testing/differential-tests-with-test-snapshots.mdx:67
entorno ../environment-concepts.mdx i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/contract-development/types/built-in-types.mdx:22
environment ../environment-concepts.mdx docs/learn/fundamentals/contract-development/types/built-in-types.mdx:22
errors example ../../../../build/smart-contracts/example-contracts/errors.mdx docs/learn/fundamentals/contract-development/errors-and-debugging/errors.mdx:27
esta sección de consultas de datos ./querying-data.mdx#fetchaccountbalances i18n/es/docusaurus-plugin-content-docs/current/build/apps/example-application-tutorial/manage-trust.mdx:255
example objects https://spec.open-rpc.org/#example-object openrpc/README.md:178
example pairing objects https://spec.open-rpc.org/#example-pairing-object openrpc/README.md:179
examples ../../smart-contracts/example-contracts/README.mdx docs/build/guides/testing/differential-tests-with-test-snapshots.mdx:67
guide https://www.markdownguide.org/ README.md:260
how-to-issue ./how-to-issue-an-asset.mdx docs/tokens/README.mdx:91, i18n/es/docusaurus-plugin-content-docs/current/tokens/README.mdx:91
identidad ../../smart-contracts/getting-started/setup.mdx#configure-an-identity i18n/es/docusaurus-plugin-content-docs/current/build/guides/conventions/deploy-contract.mdx:191
identity ../../smart-contracts/getting-started/setup.mdx#configure-an-identity docs/build/guides/conventions/deploy-contract.mdx:191
mdx https://mdxjs.com README.md:257
method objects https://spec.open-rpc.org/#method-object openrpc/README.md:174
open-in-code-anywhere https://app.codeanywhere.com/#https://github.com/stellar/stellar-docs README.md:264
open-in-github-codespaces https://github.com/codespaces/new?repo=stellar/stellar-docs&editor=web README.md:263
prism https://github.com/FormidableLabs/prism-react-renderer README.md:262
rust sdk ../../../../tools/sdks/contract-sdks.mdx#soroban-rust-sdk docs/learn/fundamentals/contract-development/types/built-in-types.mdx:23
sac ./stellar-asset-contract.mdx docs/tokens/README.mdx:92, i18n/es/docusaurus-plugin-content-docs/current/tokens/README.mdx:92
schema objects https://spec.open-rpc.org/#schema-object openrpc/README.md:176
sdk de rust ../../../../tools/sdks/contract-sdks.mdx#soroban-rust-sdk i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/contract-development/types/built-in-types.mdx:23
sep1-ap ../sep1/README.mdx i18n/es/docusaurus-plugin-content-docs-ap/current/admin-guide/sep10/README.mdx:152
stellar https://stellar.org README.md:253
stellar cli ../../../tools/cli/stellar-cli.mdx i18n/es/docusaurus-plugin-content-docs/current/build/guides/cli/README.mdx:10
stellar tx new set-options ../stellar-cli.mdx#stellar-tx-new-set-options i18n/es/docusaurus-plugin-content-docs/current/tools/cli/cookbook/asset-management.mdx:291
stellar-cli ../stellar-cli.mdx i18n/es/docusaurus-plugin-content-docs/current/tools/cli/cookbook/asset-management.mdx:290
this querying data section ./querying-data.mdx#fetchaccountbalances docs/build/apps/example-application-tutorial/manage-trust.mdx:255
ti ./token-interface.mdx docs/tokens/README.mdx:93, i18n/es/docusaurus-plugin-content-docs/current/tokens/README.mdx:93
transactionmetav3 #transactionmetav3 docs/learn/fundamentals/stellar-data-structures/events.mdx:15, i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/contract-development/events.mdx:13, i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/stellar-data-structures/events.mdx:15
transactionmetav4 #transactionmetav4 docs/learn/fundamentals/stellar-data-structures/events.mdx:16, i18n/es/docusaurus-plugin-content-docs/current/learn/fundamentals/stellar-data-structures/events.mdx:16
tutorial https://www.markdowntutorial.com/ README.md:259
55 changes: 55 additions & 0 deletions discard-links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
Comenzar ../../smart-contracts/getting-started/README.mdx
Contrato de ejemplo `increment` ../../smart-contracts/getting-started/storing-data.mdx
Differential Testing ./differential-tests.mdx
Getting Started ../../smart-contracts/getting-started/README.mdx
JSON Schema Specification 7 https://json-schema.org/draft-07/json-schema-release-notes.html
Método `getEvents` ../../../data/apis/rpc/api-reference/methods/getEvents.mdx
Pruebas Diferenciales ./differential-tests.mdx
Testnet ../../../../networks/README.mdx
XDR xdr
`getEvents` method ../../../data/apis/rpc/api-reference/methods/getEvents.mdx
`increment` example contract ../../smart-contracts/getting-started/storing-data.mdx
`stellar xdr types schema` ../../../tools/cli/stellar-cli.mdx#stellar-xdr-types-schema
alert-example https://developers.stellar.org/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server
cobertura de código code-coverage.mdx
coc https://github.com/stellar/.github/blob/master/CODE_OF_CONDUCT.md
code coverage code-coverage.mdx
commonmark https://commonmark.org/help/
contentDescriptor objects https://spec.open-rpc.org/#content-descriptor-object
contrib https://github.com/stellar/.github/blob/master/CONTRIBUTING.md
custom types example ../../../../build/smart-contracts/example-contracts/custom-types.mdx
docs https://developers.stellar.org/docs
docusaurus https://docusaurus.io
ejemplo de errores ../../../../build/smart-contracts/example-contracts/errors.mdx
ejemplo de tipos personalizados ../../../../build/smart-contracts/example-contracts/custom-types.mdx
ejemplos ../../smart-contracts/example-contracts/README.mdx
entorno ../environment-concepts.mdx
environment ../environment-concepts.mdx
errors example ../../../../build/smart-contracts/example-contracts/errors.mdx
esta sección de consultas de datos ./querying-data.mdx#fetchaccountbalances
example objects https://spec.open-rpc.org/#example-object
example pairing objects https://spec.open-rpc.org/#example-pairing-object
examples ../../smart-contracts/example-contracts/README.mdx
guide https://www.markdownguide.org/
how-to-issue ./how-to-issue-an-asset.mdx
identidad ../../smart-contracts/getting-started/setup.mdx#configure-an-identity
identity ../../smart-contracts/getting-started/setup.mdx#configure-an-identity
mdx https://mdxjs.com
method objects https://spec.open-rpc.org/#method-object
open-in-code-anywhere https://app.codeanywhere.com/#https://github.com/stellar/stellar-docs
open-in-github-codespaces https://github.com/codespaces/new?repo=stellar/stellar-docs&editor=web
prism https://github.com/FormidableLabs/prism-react-renderer
rust sdk ../../../../tools/sdks/contract-sdks.mdx#soroban-rust-sdk
sac ./stellar-asset-contract.mdx
schema objects https://spec.open-rpc.org/#schema-object
sdk de rust ../../../../tools/sdks/contract-sdks.mdx#soroban-rust-sdk
sep1-ap ../sep1/README.mdx
stellar https://stellar.org
stellar cli ../../../tools/cli/stellar-cli.mdx
stellar tx new set-options ../stellar-cli.mdx#stellar-tx-new-set-options
stellar-cli ../stellar-cli.mdx
this querying data section ./querying-data.mdx#fetchaccountbalances
ti ./token-interface.mdx
transactionmetav3 #transactionmetav3
transactionmetav4 #transactionmetav4
tutorial https://www.markdowntutorial.com/
Loading