You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might also want to add a BchdGrpcNetworkProvider
I experimented with the BCHD grpc years ago, i used the library @improbable-eng/grpc-web back then but now grpc-web seems to be the standard. I simply copy/pasted the bchrpc folder from bchd-block-explorer back then.
@PHCitizen looked into this some more but apparently grpc-webdoesn't support ESM and then there would have to be a separate library to use grpc in server environments with something like @grpc/grpc-js which is not ideal.
We want CashScript to be able to run on both on the different server runtimes as well as the browser
We might also want to add a
BchdGrpcNetworkProvider
I experimented with the BCHD grpc years ago, i used the library
@improbable-eng/grpc-web
back then but nowgrpc-web
seems to be the standard. I simply copy/pasted thebchrpc
folder from bchd-block-explorer back then.There's old documentation in the BCHD repo, but it's probably out-of-date: https://github.com/gcash/bchd/tree/master/bchrpc/documentation/client-usage-examples/nodejs-grpc
I used
and then something like
The text was updated successfully, but these errors were encountered: