nearfundocs
The NearFun handbook
SPECIFICATION · 45

Indexing

NearFun master specification

Do not build feeds by performing thousands of browser RPC calls.

Create:

interface NearFunIndexProvider {
getRecentLaunches();
getCoin(mint);
getTrades(mint);
getCoinsByCreator(wallet);
}

Indexer/backend is a read optimization.

Chain remains authoritative.

NearFun documentation