-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Add espresso dev node to cartesi run
#79
Comments
cartesi run
Whe I start a We can see in dev-info API we have the LIghtClient address, for ex.: curl -fsSL -X GET localhost:20000/api/dev-info | jq .
{
"builder_url": "http://localhost:8771/",
"l1_prover_port": 8772,
"l1_url": "http://anvil:8545/",
"l1_light_client_address": "0x5f3f1dbd7b74c6b46e8c44f98792a1daf8d69154",
"alt_chains": []
} |
At the logs, I get some errors that I can't understand yet. This appears two times at the beginning:
This loops forever:
I eventually saw this too:
|
It was delivered at e79c0bb Needs more tests anyway |
📚 Context
So that developer can experiment applications using espresso sequencer during local development, we need to provide a espresso dev node as a service.
✔️ Solution
Add the espresso dev container to our compose
https://github.com/EspressoSystems/espresso-sequencer/blob/main/doc/espresso-dev-node.md
📈 Subtasks
--enable-espresso
🎯 Definition of Done
cartesi run
should start an espresso dev node and export its API endpoint to localhostThe text was updated successfully, but these errors were encountered: