AztecProtocol / aztec-packages

Apache License 2.0
172 stars 179 forks source link

Can't connect one or more PXEs to node via guide instructions #6988

Closed jzaki closed 1 month ago

jzaki commented 3 months ago

Guide. TBD if just docs need updating, or if tools need fixing.

catmcgee commented 1 month ago

To make it work with the new CLI refactor, the commands in the docs should be:

cd ~/.aztec && docker-compose -f ./docker-compose.sandbox.yml up

and

aztec start --port 8081 --pxe nodeUrl=http://host.docker.internal:8080/

This would mean there's a PXE listening on http://localhost:8080/ and another one on http://localhost:8081/. I still think some context/examples are missing and would be good to actually make this page useful

catmcgee commented 1 month ago

can do in nits

catmcgee commented 1 month ago

https://github.com/AztecProtocol/aztec-packages/pull/7640/files#diff-e5ca9d776e3354968a15b5f1138a349c70dbdf9463552591d8ca10a00566b6e8