Skip to content
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

chore: deployed the create fuels template #3045

Merged
merged 8 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/lazy-teachers-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: deployed the `create fuels` template
2 changes: 2 additions & 0 deletions apps/docs/src/guide/creating-a-fuel-dapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

![End result of this guide](../../public/creating-a-fuel-dapp-create-fuels-end-result.png)

Or you can test out a version of the create fuels dApp deployed to testnet [here](https://create-fuels-template.vercel.app/).
danielbate marked this conversation as resolved.
Show resolved Hide resolved

## Initializing the project

The first step is to run the command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This guide builds on the [Creating a Fuel dApp](./index.md) guide. Once you've g

![End result of this guide](../../public/working-with-predicates-end-result.png)

Or you can test out a version of the create fuels dApp deployed to testnet [here](https://create-fuels-template.vercel.app/).
danielbate marked this conversation as resolved.
Show resolved Hide resolved

## Adding a Configurable pin

The current predicate functionality we have is a simple one that checks if the user has a pin. We will modify this predicate to accept a configurable pin. This will allow the user to set their own pin.
Expand Down
Loading