From f8fc84f4a60e23321c419d95f2c16573e34a9558 Mon Sep 17 00:00:00 2001 From: PiVortex Date: Mon, 14 Oct 2024 16:27:11 +0700 Subject: [PATCH] update readme --- frontends/01-frontend/README.md | 2 +- frontends/03-frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/01-frontend/README.md b/frontends/01-frontend/README.md index c51ac23e..87ce92e6 100644 --- a/frontends/01-frontend/README.md +++ b/frontends/01-frontend/README.md @@ -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. diff --git a/frontends/03-frontend/README.md b/frontends/03-frontend/README.md index 6d8c878e..9e3f51ac 100644 --- a/frontends/03-frontend/README.md +++ b/frontends/03-frontend/README.md @@ -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.