Question:
I’d like to get GitHub - scaffold-eth/scaffold-eth-2: Open source forkable Ethereum dev stack to run in a replit, it typically runs with a few separate services running
- a mock blockchain ( that you can run in a shell command) and deploy other smart contracts to it through a separate shell command
- a webui that communicates with the blockchain.
running the services seem to work separately but I’ve been having a hard time getting them to communicate. I tried a curl command against the mock blockchain in a separate shell command that worked, but the webui fails to communicate to the mock blockchain and its localhost port.
How can I configure replit so that running the webui in the console can still communicate with the services ran in the shell commands?