Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PiVortex committed Oct 14, 2024
1 parent 8caf5f2 commit f8fc84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontends/01-frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic Auction Frontend

This directory contains a simple nextJS frontend for the basic auction contract (the first contract). It lets users bid on auctions, see the current highest bid, view historical bids, see the auction end time, and once finished the auction can be claimed. This follows the [Creating a Frontend](https://docs.near.org/tutorials/auction/creating-a-frontend) section of the auction tutorial.
This directory contains a simple NextJS frontend for the basic auction contract (the first contract). It lets users bid on auctions, see the current highest bid, view historical bids, see the auction end time, and once finished the auction can be claimed. This follows the [Creating a Frontend](https://docs.near.org/tutorials/auction/creating-a-frontend) section of the auction tutorial.

To get historical bids an indexing API is used. The API requires a key (which is free) to use, read [this section](https://docs.near.org/tutorials/auction/indexing-historical-data#near-blocks-api-key) to see how to get and use your own key.

Expand Down
2 changes: 1 addition & 1 deletion frontends/03-frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Advanced Auction Frontend

This directory contains a nextJS frontend for final contract from the auctional tutorial. This frontend now has bids being placed in FTs and displays the NFT that is being auctioned.
This directory contains a NextJS frontend for final contract from the auctional tutorial. This frontend now has bids being placed in FTs and displays the NFT that is being auctioned. You can follow the updates in the [Updating the Frontend](https://docs.near.org/tutorials/auction/updating-the-frontend) section of the auction tutorial.

To get historical bids an indexing API is used. The API requires a key (which is free) to use, read [this section](https://docs.near.org/tutorials/auction/indexing-historical-data#near-blocks-api-key) to see how to get and use your own key.

Expand Down

0 comments on commit f8fc84f

Please sign in to comment.