From 0985cf0c7fb598c7c156f4aa699fca2fb851ddc2 Mon Sep 17 00:00:00 2001 From: Jonny Huxtable Date: Fri, 19 Oct 2018 20:19:04 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 3aa6ea0..56cae52 100644 --- a/README.md +++ b/README.md @@ -100,24 +100,8 @@ curl -X POST -H 'Content-Type: application/json' -d '{ "jobRunId": "1234", "data ### ChainLink Node Setup -To integrate this adaptor with your node, use the following commands: - -**Add Bridge Type** -``` -curl -u : -X POST -H 'Content-Type: application/json' -d '{"name":"asset-price","url":"http://localhost:8080/price"}' http://localhost:6688/v2/bridge_types -``` - -**Create Spec** -``` -curl -u : -X POST -H 'Content-Type: application/json' -d '{"initiators":[{"type":"web"}],"tasks":[{"type":"asset-price"},{"type":"noop"}]}' http://localhost:6688/v2/specs -``` - -**New Spec Run** - -Notice the parameters `base` and `quote`. These are passed into the external adaptor by the node. -``` -curl -u : -X POST -H 'Content-Type: application/json' -d '{"base": "BTC", "quote": "USD"}' http://localhost:6688/v2/specs//runs -``` +To integrate this adaptor with your node, follow the official documentation: +https://docs.chain.link/docs/node-operators ### Contribution -We welcome any contributors. The more exchanges supported, the better. Feel free to raise any PR's or issues. \ No newline at end of file +We welcome any contributors. The more exchanges supported, the better. Feel free to raise any PR's or issues.