We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client takes a server url in constructor and calls the server for each method call:
class HTTPAztecRPCClient implements AztecRPCClient { constructor(serverUrl: string) {} sendTx(tx) { return this.server.post('aztec_sendTx', [tx]); } }
Default serverUrl: localhost:45730
localhost:45730
We should be able to generate the client and the server using the json-rpc package, which will be moved to foundation later.
foundation
The text was updated successfully, but these errors were encountered:
Going through my assigned issues, too easy to miss them :D. We simply don't do this over HTTP yet, right?
Sorry, something went wrong.
reapplying reverted (not sure why it was) bootstrap.sh precommit upda…
4d35b45
…te now that barretenberg is in its own submodule. (#52)
274a064
ludamad
No branches or pull requests
The client takes a server url in constructor and calls the server for each method call:
Default serverUrl:
localhost:45730
We should be able to generate the client and the server using the json-rpc package, which will be moved to
foundation
later.The text was updated successfully, but these errors were encountered: