Archives: Docs

Docs

How QueryAPI works

To Share and +4 nLEARNs Login with NEARQueryApi is a streaming indexer implementation that executes custom indexing logic written by developers on the NEAR blockchain. QueryApi allows hosted execution of complex queries (ones that can’t be answered by a simple RPC or Enhanced API call), data hosting, and its exposure via GraphQL endpoints. Components involved …

How QueryAPI works Read More »

BigQuery Public Dataset

To Share and +4 nLEARNs Login with NEARBlockchain data indexing in NEAR Public Lakehouse is for anyone wanting to understand blockchain data. This includes: Users: create queries to track NEAR assets, monitor transactions, or analyze on-chain events at a massive scale. Researchers: use indexed data for data science tasks, including on-chain activities, identifying trends, or …

BigQuery Public Dataset Read More »

Components

To Share and +4 nLEARNs Login with NEARimport {WidgetEditor} from "@site/src/components/social-widget" BOS allows you to create a decentralized frontend by writing and composing small applications known as Components. Components are stored in the NEAR blockchain, and execute locally in a custom Virtual Machine, thus ensuring the component can not access local storage or cookies. ::info …

Components Read More »

NEAR Lake Indexer

To Share and +4 nLEARNs Login with NEAR NEAR Lake is an indexer built on top of NEAR Indexer Framework to watch the network and store all the events as JSON files on AWS S3. ::info GitHub repo You can find the Lake Indexer source code in this GitHub repository. :: How it works :::tip …

NEAR Lake Indexer Read More »

FastAuth SDK

To Share and +4 nLEARNs Login with NEARIntroduction FastAuth is a key management system that allows dApp developers to offer an easy and familiar onboarding flow to new users. Users can sign up for an account using just their email address, and they can easily recover access to that account using the same email they …

FastAuth SDK Read More »

run-near-lake

To Share and +4 nLEARNs Login with NEARRunning NEAR Lake Indexer :::info NEAR Lake is a blockchain indexer built on top of NEAR Indexer microframework to watch the network and store all the events as JSON files on AWS S3. :: How to start The Lake Indexer setup consists of the following components: AWS S3 …

run-near-lake Read More »

Scroll to Top
Report a bug👀