Skip to content

Commit

Permalink
chore: deployed the create fuels template (#3045)
Browse files Browse the repository at this point in the history
* chore: changeset

* chore: changeset

* docs: add preview links to docs

* chore: update doc

Co-authored-by: Anderson Arboleya <[email protected]>

* chore: update doc

Co-authored-by: Anderson Arboleya <[email protected]>

---------

Co-authored-by: Anderson Arboleya <[email protected]>
  • Loading branch information
danielbate and arboleya committed Aug 30, 2024
1 parent e04947a commit 05799fc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions apps/docs/spell-check-custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ BigNumber
Gwei
onchain
Vercel
vercel
hardcoded
differentiators
updatable
Expand Down
4 changes: 4 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,10 @@

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

You can also check it live, deployed to the Testnet:

- [https://create-fuels-template.vercel.app/](https://create-fuels-template.vercel.app/)

## 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,10 @@ 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)

You can also check it live, deployed to the Testnet:

- [https://create-fuels-template.vercel.app/](https://create-fuels-template.vercel.app/)

## 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

0 comments on commit 05799fc

Please sign in to comment.