Add StellarIDE details to online IDE documentation#2397
Open
Alouzious wants to merge 5 commits intostellar:mainfrom
Open
Add StellarIDE details to online IDE documentation#2397Alouzious wants to merge 5 commits intostellar:mainfrom
Alouzious wants to merge 5 commits intostellar:mainfrom
Conversation
Added information about StellarIDE as a new online IDE for Soroban smart contract development.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds StellarIDE to the developer documentation’s “Online IDE” tool list, expanding the set of browser-based options for Soroban/Stellar smart contract development.
Changes:
- Add a new “StellarIDE” entry (link + description) under the Online IDE section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### [StellarIDE](https://stellar-ide-ecru.vercel.app) | ||
|
|
||
| StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. Features include Monaco Editor with Rust syntax highlighting, WASM compilation, cargo test support, one-click Testnet deployment with Friendbot funding, and a built-in AI assistant. StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). |
There was a problem hiding this comment.
The StellarIDE description is a single long sentence with a comma-separated feature list. For readability/consistency with other tool entries, consider splitting into multiple sentences and/or a short bullet list, and format command names like cargo test as inline code.
Suggested change
| StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. Features include Monaco Editor with Rust syntax highlighting, WASM compilation, cargo test support, one-click Testnet deployment with Friendbot funding, and a built-in AI assistant. StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). | |
| StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. | |
| Features include: | |
| - Monaco Editor with Rust syntax highlighting | |
| - WASM compilation | |
| - `cargo test` support | |
| - One-click Testnet deployment with Friendbot funding | |
| - A built-in AI assistant | |
| StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). |
Added a list of features for StellarIDE, including collaboration feature.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding StellarIDE to the Online IDE section.
StellarIDE is an open-source, browser-native IDE for Soroban smart
contract development on Stellar. It supports writing, compiling,
testing, and deploying contracts without any local toolchain installation.
Live: https://stellaride.dev
GitHub: https://github.com/Alouzious/StellarIDE