Skip to content

Commit

Permalink
Fixes ebics service (#29)
Browse files Browse the repository at this point in the history
* Update INSTRUCTIONS.md

* Update README.md
  • Loading branch information
dastansam authored May 23, 2024
1 parent 035e442 commit 1ce1c94
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ To get started, obviously make sure you have the necessary setup for Substrate d

## Ebics Java Service

First, we need to run the EBICS Java service. This service is responsible for connecting to the bank account and providing an API for our offchain worker to interact with. You can find the service [here](https://github.com/element36-io/ebics-java-service). Follow the instructions in the README to run the service.
First, we need to run the EBICS Java service. This service is responsible for connecting to the bank account and providing an API for our offchain worker to interact with. You can find instructions for running the service [here](https://github.com/element36-io/ebics-java-service/blob/hyperfridge/docs/TEST.md#run-and-test-with-docker):

Or manually, make sure you cloned [`ebics-java-service`](https://github.com/element36-io/ebics-java-service) and switch to `hyperfridge` branch:

```
docker compose pull
docker compose up -d
# optional
docker compose logs -f
```

### Image ID

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@ Note: the above code might take long to compile depending on your machine specs

## Run

This chain needs EBICS Java service, which is responsible for connecting to the bank account and providing an API for our offchain worker to interact with. You can find the service [here](https://github.com/element36-io/ebics-java-service). Follow the instructions in the README to run the service.
This chain needs EBICS Java service to properly work. This service is responsible for connecting to the bank account and providing an API for our offchain worker to interact with. You can find instructions for running the service [here](https://github.com/element36-io/ebics-java-service/blob/hyperfridge/docs/TEST.md#run-and-test-with-docker):

Or manually, make sure you cloned [`ebics-java-service`](https://github.com/element36-io/ebics-java-service) and switch to `hyperfridge` branch:

```
docker compose pull
docker compose up -d
# optional
docker compose logs -f
```

Now start the OCW. The provided `cargo run` command will launch a temporary node and its state will be discarded after
you terminate the process. After the project has been built, there are other ways to launch the
Expand Down

0 comments on commit 1ce1c94

Please sign in to comment.