You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform the current Quickstart into a tutorial to build a simple app.
We must show how to leverage our tooling and use the create fuels CLI to scaffold a new full-stack dApp. We also need to go over the generated code and explain what everything is doing.
We should also think of an alternate step-by-step to achieve the same as the scaffolded app.
For example:
Write a sample contract
Build your contract
Running local node
Deploying contract
Generating types
Calling contracts
👉 In the last section, we can have a cross-link that ties it back with the rest of the docs
The text was updated successfully, but these errors were encountered:
Transform the current Quickstart into a tutorial to build a simple app.
We must show how to leverage our tooling and use the
create fuels
CLI to scaffold a new full-stack dApp. We also need to go over the generated code and explain what everything is doing.We should also think of an alternate step-by-step to achieve the same as the scaffolded app.
For example:
The text was updated successfully, but these errors were encountered: