Skip to content

Commit

Permalink
Update docs/tools/developer-tools/lab/README.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Iveta <[email protected]>
  • Loading branch information
jeesunikim and quietbits authored Sep 23, 2024
1 parent d2f5020 commit e75fe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/developer-tools/lab/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Stellar Lab is our new go-to tool for development, experimenting, and testing, a
- Easily Create Accounts: Create Accounts on Mainnet, Testnet, and Futurenet using a web UI. You can use Friendbot to fund those accounts directly on Lab for Testnet and Futurenet.
- Access RPC Methods and Horizon Endpoints: Leverage powerful Soroban RPC methods and Stellar Horizon endpoints in a web UI to interact with the Stellar network and obtain crucial data. Try RPC methods to get states from the ledger like accounts, trustlines, contract wasm, and more.
- Simulate and Submit: Lab supports the ability to use custom RPC providers so that you could simulate transactions, save transactions, and submit transactions directly using Lab. You can also submit transactions using Horizon.
- Save and Share API Requests: Easily save your requests and transactions for the future or share them with teammates to build faster together
- Save and Share API Requests: Easily save your requests and transactions for the future or share them with teammates to build faster together.
- XDR ⇔ JSON Support: We have introduced a canonical [XDR to JSON mapping](https://www.npmjs.com/package/@stellar/stellar-xdr-json-web) which is used on Stellar Lab (also used in the [Stellar CLI](https://github.com/stellar/stellar-cli)). You can see this at work in the Lab where [XDR can be converted to JSON](https://lab.stellar.org/xdr/view).
- Mobile Friendly: We heard that you use Lab on the mobile, so we optimized the Lab to have a mobile responsive layout.

Expand Down

0 comments on commit e75fe34

Please sign in to comment.