utxorpc / docs

Documentation site for the UTxO RPC specification
1 stars 0 forks source link

feat(guides): Add grpcurl guide #13

Open Mercurial opened 7 months ago

Mercurial commented 7 months ago

This pull request introduces a comprehensive guide on using grpcurl for interacting with U5C compliant nodes, specifically focusing on Dolos and Demeter U5C endpoints.

The purpose of this documentation is to bridge the knowledge gap for developers who are more familiar with HTTP/JSON APIs and provide them with a clear, concise guide on using grpcurl, a powerful tool for gRPC.

image

Should satisfy #12 for it to be merged

Mercurial commented 7 months ago

The command

grpcurl -H "dmtr-api-key: dmtr_utxorpc10zrj5dglh53dn8lhgk4p2lffuuu7064j" preview-ws.utxorpc-v0.demeter.run:443 list

seems to not complete and just get stuck indefinteily. Would like to update the article once I resolve the issue or find the proper command