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はトランザクションハッシュに基づいてインデックスを作成しないため、ハッシュから特定のトランザクションに関する情報を提供することはできません.
そのようなインデックスを作成するために利用できるオプションは何ですか?OcamlproはオープンソースのTzScanコードを持っていますが、誰かが実際にそれを試して、そのデータベースを再構築することができましたか?
人々が実験している他の解決策はありますか?