Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/devdocs/Examples and References/Examples-fheDapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Here you can find a list of some cool apps that you can use as a reference
</tr>
<tr>
<td>Unique Bid Auction</td>
<td><a href=""></a></td>
<td>Not available</td>
<td><a href="https://fhenix.netlify.app/">Bids_Party</a><br /></td>
<td>A showcase of a blind bid auction using a unique bidding mechanism</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/devdocs/Tutorials/Basic/Deploying.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Now we can use this task to deploy our contract to either LocalFhenix, or the De
</TabItem>
</Tabs>

Okay, now we know how to create programmatic actions. You can find a few other examples of tasks that interact with the deployed contract in the [`tasks` ](https://github.com/FhenixProtocol/werc20-example/tree/main/tasks)folder.
Okay, now we know how to create programmatic actions. You can find the complete deployment example in the [`deploy` folder](https://github.com/FhenixProtocol/erc20-tutorial-code/tree/main/deploy).



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Here you can find a list of some cool apps that you can use as a reference
</tr>
<tr>
<td>Unique Bid Auction</td>
<td><a href=""></a></td>
<td>Not available</td>
<td><a href="https://fhenix.netlify.app/">Bids_Party</a><br /></td>
<td>A showcase of a blind bid auction using a unique bidding mechanism</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Now we can use this task to deploy our contract to either LocalFhenix, or the De
</TabItem>
</Tabs>

Okay, now we know how to create programmatic actions. You can find a few other examples of tasks that interact with the deployed contract in the [`tasks` ](https://github.com/FhenixProtocol/werc20-example/tree/main/tasks)folder.
Okay, now we know how to create programmatic actions. You can find the complete deployment example in the [`deploy` folder](https://github.com/FhenixProtocol/erc20-tutorial-code/tree/main/deploy).



Expand Down