stellar / stellar-docs

Documentation for Stellar
https://developers.stellar.org
Apache License 2.0
59 stars 124 forks source link

Stop referencing `--frontend-template` #1035

Open chadoh opened 1 week ago

chadoh commented 1 week ago

The Build a Dapp tutorial and Develop contract initialization frontend templates both mention stellar contract init --frontend-template. The --frontend-template option is going away:

The plan is to have people just clone GitHub repos, such as stellar/soroban-template-astro. They will then have their own hard-coded list of contracts, rather than being built to work with an unknown set (which currently come from the list given to the --with-example option to stellar contract init).

Before we remove the option, we need to update all the docs to stop referencing the --frontend-template option, and have them clone the frontend repo instead.

0xdevcollins commented 1 week ago

Hello @chadoh,

Could you please assign this task to me? I would be happy to take it on.