You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To post your datapoint to the Cardano network, you need to provide at least `origin-file` and `seed-file` of the wallet containing the funds to do posting. You can use files in the `test` folder.
73
70
71
+
When using the Cardano full node, make sure you set the environmental variable `CARDANO_NODE_SOCKET_PATH` to the socket file of the node.
72
+
74
73
## Configuration
75
74
76
75
### Origins
@@ -88,7 +87,7 @@ ADAUSD:
88
87
path: '$.ADA.USD'
89
88
```
90
89
91
-
Have a look in the [`examples/`](./examples/) directory for inspiration.
90
+
Have a look in the [`test/data/`](test/data/) directory for inspiration.
92
91
93
92
### Wallet
94
93
@@ -105,3 +104,7 @@ By default, the node uses Cardano mainnet network. To post to testnet network, u
105
104
### Metadata label (optional)
106
105
107
106
By default, we're using matadata label `1968` as per [nut.link](https://nut.link) specification. If you have a specific use case, it might be a good idea to use a different label.
107
+
108
+
### Prometheus endpoint (optional)
109
+
110
+
You have the possibility to export prometheus-style file with the current address balance, the time of last run and the execution time. This will help you a lot with monitoring of your oracle.
0 commit comments