Skip to content

Commit 468e637

Browse files
robkornmmahut
authored andcommitted
Update README.md
1 parent cd0c1d6 commit 468e637

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ It's possible to setup an oracle cluster using docker compose. We do not recomme
7171
docker-compose up -d
7272
```
7373

74-
3. It will take a while until our Ergo `node` sync the blockchain. After it is done, we need to restore our wallet using the API key defined in the first step. As you can see, we need to define a wallet password as well.
74+
3. While our Ergo `node` syncs the blockchain we can restore our wallet using the API key defined in the first step. As you can see, we need to define a wallet password as well.
7575

7676
```
7777
$ curl -XPOST -H "api_key: hello" \
@@ -93,15 +93,9 @@ $ curl -XPOST -H "api_key: hello" \
9393
"OK"
9494
```
9595

96-
5. Verify your wallet is on the tip and has some balance in it.
97-
98-
```
99-
$ curl -XGET -H "api_key: hello" \
100-
-H "accept: application/json" \
101-
-H "Content-Type: application/json" \
102-
http://localhost:9053/wallet/balances
103-
```
96+
5. The node will sync over the next couple of hours or so which provides us with a good time frame to setup the oracle core itself and get the required UTXO-set scans registered.
10497

98+
...
10599

106100
# Writing A New Connector
107101
If you are looking to create a new Oracle Pool for a new datapoint, you need to write a new Connector. This process has been greatly simplified thanks to [`Connector-lib`](connectors/connector-lib).

0 commit comments

Comments
 (0)