현재 전체 노드는 쿼리 된 블록에있는 트랜잭션의 세부 정보를 제공 할 수 있지만 네이티브tezos DB는 트랜잭션 해시를 기반으로 인덱스를 구축하지 않기 때문에 해시에서 특정 트랜잭션에 대한 정보를 제공 할 수 없습니다.
이러한 색인을 작성하는 데 사용할 수있는 옵션은 무엇입니까?Ocamlpro는 오픈 소스 TzScan 코드를 가지고 있지만 실제로 누군가가 그것을 시도하고 db를 재구성 할 수 있습니까?
사람들이 실험 해 온 다른 솔루션이 있습니까?
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은이 기능을 제공하는 소프트웨어입니다.ConseilJS와 함께 응용 프로그램과 함께 쉽게 사용할 수 있습니다. 여기 는 Conseil에 관한 전체 기사입니다..GitHub 저장소는 여기 에서 볼 수 있습니다.
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 코드를 가지고 있지만 실제로 누군가가 그것을 시도하고 db를 재구성 할 수 있습니까?
사람들이 실험 해 온 다른 솔루션이 있습니까?