Skip to content

Commit 412256f

Browse files
committed
renamed temp repo
1 parent b491fdc commit 412256f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/quickstarts/transmitter.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ With a consumer contract on-chain, you can now set up the Transmitter service to
167167
168168
```bash
169169
git clone https://github.com/hackbg/chainlink-datastreams-transmitter.git
170-
cd transmitter-app
170+
cd chainlink-datastreams-transmitter
171171
```
172172
173173
1. Install the project dependencies using `npm`:
@@ -403,8 +403,8 @@ If you run into issues during setup or operation, refer to these common problems
403403
404404
- **Service fails to start or crashes immediately**
405405
406-
- Double-check that your `transmitter-app/.env` file is present and correctly populated with your `PRIVATE_KEY` and Data Streams credentials.
407-
- Run `docker compose logs -f` in the `transmitter-app` directory to view real-time logs and identify specific error messages.
406+
- Double-check that your `chainlink-datastreams-transmitter/.env` file is present and correctly populated with your `PRIVATE_KEY` and Data Streams credentials.
407+
- Run `docker compose logs -f` in the `chainlink-datastreams-transmitter` directory to view real-time logs and identify specific error messages.
408408
409409
- **Data is not updating on your contract**
410410
- Review the logs in Transmitter for specific error messages related to the feed or contract interaction.

0 commit comments

Comments
 (0)