❓ FAQ

1. What is Soroban IDE?

Soroban IDE is an all-in-one development environment designed for writing, compiling, and deploying Soroban contracts on the Stellar network. It includes AI-powered tools for code completion, contract interaction, and debugging.

2. How do I create a new Stellar account?

You can create and fund a new testnet account using the built-in Account Manager. The Testnet Friendbot will automatically provide testnet funds.

3. How does AI assist in the IDE?

AI is integrated throughout the IDE to assist with code autocompletion, transaction building, contract interaction, debugging, and network configuration.

4. What is the difference between the testnet and mainnet?

  • Testnet – Used for testing and development. No real value is exchanged.

  • Mainnet – Live Stellar network where real value is transacted.

5. How do I debug a Soroban contract?

Use the built-in Debugger to step through contract execution, inspect logs, and analyze state changes. AI suggestions will help identify and resolve issues.

6. Can I deploy a contract directly from the IDE?

Yes, the Deployment Interface allows you to configure and deploy contracts directly from the IDE without using the command line.

7. How can I check the status of a deployed contract?

Use the Blockchain Explorer to view the current state of contracts and monitor transaction history.

Last updated