Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Move invoking contracts with Stellar transactions (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Jul 6, 2023
1 parent ca9b521 commit f697b53
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/advanced-tutorials/stellar-asset-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ smart contract developers to get started on Stellar.
For every 'classic' asset exactly one respective Stellar Asset Contract can be
deployed. It can be deployed using the `InvokeHostFunctionOp` with
`HOST_FUNCTION_TYPE_CREATE_CONTRACT` and `CONTRACT_ID_FROM_ASSET` specified
[here](../getting-started/invoking-contracts-with-transactions). The resulting token will have a
[here](../fundamentals-and-concepts/invoking-contracts-with-transactions). The resulting token will have a
deterministic identifier, which will be the sha256 hash of
`HashIDPreimage::ENVELOPE_TYPE_CONTRACT_ID_FROM_ASSET` xdr specified [here][contract_id].

Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals-and-concepts/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ with the existing Stellar accounts, Soroban supports 4 different kinds of the
account implementations.

Below are the general descriptions of these implementations. See the transaction
[guide](../getting-started/invoking-contracts-with-transactions.mdx) for the
[guide](./invoking-contracts-with-transactions.mdx) for the
concrete information of how different accounts are represented.

##### Stellar Account
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ See [authorization overview](authorization.mdx) and authorization in
transactions [section][auth-data] for general information on Soroban
authorization.

[auth-data]: ../getting-started/invoking-contracts-with-transactions.mdx#authorization-data
[auth-data]: ./invoking-contracts-with-transactions.mdx#authorization-data

Preflight mechanism can also be used to compute the `AuthorizedInvocation` trees
that have to be authorized by the `Address`es in order for all the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 8
title: 6. Invoke and Deploy Contracts with Stellar Transactions
sidebar_position: 16
title: Interacting with Soroban via Stellar
description: A description of the InvokeHostFunctionOp operation.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/run-rpc.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 9
title: 7. Soroban RPC
title: 6. Soroban RPC
description: Get an RPC Service
---

Expand Down

0 comments on commit f697b53

Please sign in to comment.