-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a build dapp step to guide #945 #1318
base: main
Are you sure you want to change the base?
Conversation
Something went wrong with PR preview build please check |
Preview is available here: |
Preview is available here: |
|
||
## Initialize a frontend toolchain | ||
|
||
You can build a Soroban app with any frontend toolchain or integrate it into any existing full-stack app. For this tutorial, we're going to use [Astro](https://astro.build/). Astro works with React, Vue, Svelte, any other UI library, or no UI library at all. In this tutorial, we're not using a UI library. The Soroban-specific parts of this tutorial will be similar no matter what frontend toolchain you use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we say Stellar app instead of Soroban app throughout the documentation? I think we will eventually move away from using "Soroban" as much as newcomers don't necessarily know what Soroban is, they just know Stellar.
Preview is available here: |
Adding a part of the Build a Dapp Frontend page as the 5th step in the Getting Started guide.
The entire Build a Dapp Frontend page could just be moved to the Getting Started guide, but it seems to be too comprehensive with two ways to bind the contracts, integration of wallet etc. In my opinion the Getting Started guide should be short and only have information needed to get started.
The Build a Dapp Frontend does have a lot of useful information, so I think it still belongs in the Build Applications section.