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

Commit

Permalink
update release versions and add new Freighter setup directions
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Sep 25, 2023
1 parent cdc7cb1 commit f7b59fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 9 additions & 4 deletions docs/reference/freighter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ description: Freighter is a browser extension that can sign Soroban transactions

2. Create a keypair or import an existing account using a mnemonic phrase to complete setup.

3. Next, switch to `Experimental Mode` to enable the Soroban SDK. In the extension, click the gear in the lower right corner and then navigate to `Preferences`. Toggle on `Experimental Mode`.
3. Next, switch to Testnet or Futurenet. Testnet is available from the network dropdown. To add Futurenet, go to Settings > Network Settings > Add a custom network. Here you can add the following Futurenet settings:

4. After switching to `Experimental Mode`, you can use Freighter with Soroban on the Testnet or Futurenet networks. If your account does not exist on the selected network, Freighter will prompt you to fund it the account using Friendbot. Alternatively, you can do so in the Stellar [Laboratory](https://laboratory.stellar.org/#account-creator).
Horizon RPC URL: https://horizon-futurenet.stellar.org
Soroban RPC URL: https://rpc-futurenet.stellar.org:443
Passphrase: Test SDF Future Network ; October 2022
Friendbot URL: https://friendbot-futurenet.stellar.org/

4. If your account does not exist on the selected network, Freighter will prompt you to fund it the account using Friendbot. Alternatively, you can do so in the Stellar [Laboratory](https://laboratory.stellar.org/#account-creator).

## Enable Soroban Tokens

With a funded Testnet or Futurenet account and `Experimental Mode` enabled, you can now add Soroban tokens to your Freighter wallet.
With a funded Testnet or Futurenet account, you can now add Soroban tokens to your Freighter wallet.

1. On the Freighter account screen, click this `Manage Assets` button at the bottom of the screen.

Expand All @@ -44,7 +49,7 @@ Once you have added a Soroban token to your Freighter wallet, you can now send a

## Sign Soroban XDRs

With a funded Testnet or Futurenet account and `Experimental Mode` enabled, you can now sign Soroban XDRs using dApps that are integrated with Freighter. An example of an integrated dApp is Stellar's [Laboratory](https://laboratory.stellar.org/#txsigner).
With a funded Testnet or Futurenet account, you can now sign Soroban XDRs using dApps that are integrated with Freighter. An example of an integrated dApp is Stellar's [Laboratory](https://laboratory.stellar.org/#txsigner).

1. On the Lab's transaction signer, enter a Soroban XDR into the form field.

Expand Down
7 changes: 4 additions & 3 deletions docs/reference/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ Preview releases are software releases that are also released to the [Testnet] t
| Stellar Quickstart | `stellar/quickstart:testing@sha256:1c98f895f8b69cc843eeaa5230d67044dbeb390a5529d51dd7762d8ff685c3f8` |
| Stellar JS Stellar Base | `10.0.0-beta.1` |
| Stellar JS Soroban Client | `v1.0.0-beta.2` |
| Freighter | `5.5.0` |
| Freighter | `5.6.1` |
| Laboratory | `2.12.0` |
| Soroban React Payment dapp | `TBD` |
| Soroban Mint Token dapp | `TBD` |
| Soroban React Payment dapp | `2.0.0` |
| Soroban Mint Token dapp | `2.0.0` |
| Soroban Swap dapp | `2.0.0` |
| Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` |
| Testnet Network Passphrase | `Test SDF Network ; September 2015` |

Expand Down

0 comments on commit f7b59fd

Please sign in to comment.