From 5e59cc31a7e3c033ced6da1de6d8326c137d52e4 Mon Sep 17 00:00:00 2001 From: Morgan McCauley Date: Mon, 12 Dec 2022 09:53:17 +1300 Subject: [PATCH] chore: Add link to "store genesis" issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc328f6..0dd8a031 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can choose NEAR Indexer for Explorer start options: - `from-interruption` - start indexing blocks from the block NEAR Indexer was interrupted last time but earlier for `` if provided - `from-block --height ` - start indexing blocks from the specific block height -Unlike the original [NEAR Indexer for Explorer](https://github.com/near/near-indexer-for-explorer) you **can't** tell Indexer to store data from genesis (Accounts and Access Keys) by adding key `--store-genesis` to the `run` command. So please, ensure you took care about the genesis data in your database in order this indexer to work properly. +Unlike the original NEAR Indexer for Explorer you **can't** tell Indexer to store data from genesis (Accounts and Access Keys) by adding key `--store-genesis` to the `run` command. So please, ensure you took care about the genesis data in your database in order this indexer to work properly. This capability will be implemented eventually, it's progress can be tracked here: #327. ``` TODO: Implement a tool to fill the database with the genesis data