Skip to content

Commit

Permalink
feat: remove B.O.S.
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jan 8, 2024
1 parent 95501e7 commit c994b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bos/tutorial/indexer-tutorials/nft-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can request access through [this link](http://bit.ly/near-queryapi-beta).

## Overview

This tutorial creates a working NFT indexer using [NEAR QueryAPI](../../queryapi/intro.md), and builds a [B.O.S. component](../../components.md) that presents the data. The indexer is watching for `nft_mint` [Events](https://nomicon.io/Standards/EventsFormat) and captures some relevant data:
This tutorial creates a working NFT indexer using [NEAR QueryAPI](../../queryapi/intro.md), and builds a [NEAR component](../../components.md) that presents the data. The indexer is watching for `nft_mint` [Events](https://nomicon.io/Standards/EventsFormat) and captures some relevant data:

- `receiptId` of the [Receipt](https://near-indexers.io/docs/data-flow-and-structures/structures/receipt) where the mint has happened
- `receiverId`
Expand Down

0 comments on commit c994b13

Please sign in to comment.