We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95d7e0 commit 8f31268Copy full SHA for 8f31268
README.md
@@ -54,4 +54,23 @@ yarn setup
54
docker-compose -f docker-compose.generated.yaml build lotus-adapter
55
docker-compose -f docker-compose.generated.yaml build lotus-msig-adapter
56
```
57
-## Run the resto f the services
+## Run the rest of the services (chainlink + adapters)
58
+
59
+replace the ETH client URL with your own
60
+```ini
61
+ROOT=/chainlink
62
+LOG_LEVEL=debug
63
+ETH_CHAIN_ID=4
64
+CHAINLINK_TLS_PORT=0
65
+SECURE_COOKIES=false
66
+ALLOW_ORIGINS=*
67
+DATABASE_URL=postgres://postgres:hakabdoanoij312332123123maaamamaa@timescaledb:5432/chainlinkovan?sslmode=disable
68
+ETH_URL=<ETH_CLIENT_WEBSOCKET_URL_HERE>
69
+CHAINLINK_DEV=true
70
+```
71
+and put into `~/.chainlink-rinkeby/.env`
72
73
74
75
+docker-compose up -d
76
0 commit comments