npm i grpc-graphsearch-web
<script src='https://unpkg.com/grpc-gs'></script>
- Install Protocol Compiler from: https://github.com/protocolbuffers/protobuf
npm inpm run build
let grpc = new GraphSearchClient();
let txid = "598c6572b70680710560d2ab40cabfde3156353ec5da217e18a8519843ff4423";
let res;
(async () => { res = await grpc.graphSearchFor({ hash: txid, reversedHashOrder: true }))();
res.forEach(i => console.log(res.getTxdataList_asU8());No npm packages published yet