Currently the full node can offer details of transactions sitting in a queried block but it is not possible for it to provide infos on a particular transaction from its hash because the native tezos DB does not build an index based on transactions hash.
What are the options available to build such an index ? Ocaml pro has open sourced TzScan code but has anyone actually given it a go and been able to reconstruct its db ?
Is there other solutions which people have been experimenting with ?
Conseil is software that provides this functionality. Alongside ConseilJS you can easily use this with your applications. Here is a full article regarding Conseil. And you can view the GitHub repo here.
当前,完整节点可以提供位于查询块中的交易的详细信息,但是由于本地tezos DB不会基于交易哈希构建索引,因此不可能从其哈希中提供有关特定交易的信息./p>
建立这样的索引有哪些可用选项?Ocaml专业人士已经开放了TzScan代码的源代码,但是有没有人真正尝试过并能够重建其数据库?
人们还在尝试其他解决方案吗?