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
Copy file name to clipboardExpand all lines: packages/examples/cvat/exchange-oracle/README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Prerequisites:
6
6
```
7
-
1. poetry shell
7
+
1. poetry config virtualenvs.in-project true # create .venv inside the project so editors/debuggers pick it up
8
8
2. poetry install
9
9
3. pre-commit install
10
10
4. Make sure you have postgres-devel packages installed on your OS. It is required for psycopg2 build phase.
@@ -30,13 +30,13 @@ docker compose -f docker-compose.dev.yml up -d
30
30
./bin/start_debug.sh
31
31
```
32
32
33
-
When running service from `./bin/start_debug.sh` (`debug.py`), simplified development flow is available:
33
+
When running service from `./bin/start_debug.sh` (`src/entrypoints/debug.py`), simplified development flow is available:
34
34
35
35
- When JWT token is required, simple JSON can be used instead of JWT token.
36
36
- When webhook signature is required, `{oracle_name}:unique_string` can be used
37
37
- You can upload manifest.json to minio `manifests` bucket and use its filename as an escrow_address
38
38
39
-
### Environemt
39
+
### Environment
40
40
Env example file: [.env.example](https://github.com/humanprotocol/human-protocol/blob/feat/cvat/exchange-oracle/packages/examples/cvat/exchange-oracle/src/.env.example)
0 commit comments