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

Commit

Permalink
Merge branch 'main' into pre-mainnet-restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Dec 5, 2023
2 parents d52e545 + 1864016 commit 41877d6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 28 deletions.
6 changes: 0 additions & 6 deletions docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ description: Frequently asked questions about Soroban on Stellar.
<link rel="canonical" href="https://soroban.stellar.org/docs/faq" />
</head>

:::caution

Soroban's Stellar integration is under active-development and may change.

:::

### What is Soroban to Stellar? Is it a new blockchain?

Soroban is not a new blockchain. Soroban is a smart contract platform that is integrated into the existing Stellar blockchain. It is an _additive_ feature that lives alongside, and doesn't replace, the existing set of Stellar operations.
Expand Down
6 changes: 0 additions & 6 deletions docs/getting-started/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ crate-type = ["cdylib"]

Add the following sections to the `Cargo.toml` to import the `soroban-sdk`, and configure a set of features explained below.

:::caution

The `soroban-sdk` is in early development. Report issues [here](https://github.com/stellar/rs-soroban-sdk/issues/new/choose).

:::

```toml
[dependencies]
soroban-sdk = "20.0.0-rc2.2"
Expand Down
6 changes: 0 additions & 6 deletions docs/resources/sdks/build-your-own-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ To build SDKs for other languages a few things need to be included in the SDK to

Below is a list of functionality a Soroban SDK needs to support those things, as well as some details on what an SDK can provide in regards to testing capabilities.

:::caution

The Soroban environment is under active development and no API compatibility guarantee exists at this time.

:::

## Functionality

### Value Conversions
Expand Down
8 changes: 0 additions & 8 deletions docs/tokens/stellar-asset-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ The Stellar Asset Contract is an implementation of [CAP-46-6 Smart Contract Stan

[CAP-46-6 Smart Contract Standardized Asset]: https://stellar.org/protocol/cap-46-06

:::caution

The Stellar Asset Contract is in early development, has not been audited, and is
intended for use in development and testing only at this stage. Report issues
[here](https://github.com/stellar/rs-soroban-env/issues/new/choose).

:::

## Overview

Stellar has numerous assets on its classic network, and being able to use them
Expand Down
5 changes: 3 additions & 2 deletions docs/tutorials/custom-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ reference only.

:::caution

Custom Accounts are still experimental and there is not much tooling built
around them yet beyond the Soroban SDK support.
While custom accounts are supported by the Stellar protocol and Soroban SDK,
the full client support (such as transaction simulation) is still under
development.

:::

Expand Down

0 comments on commit 41877d6

Please sign in to comment.