@@ -17,4 +17,17 @@ This feature is organized in multiple parts:
-**/distance-oracle/** (here): binary executing the distance algorithm
-**/primitives/distance/**: primitive types used both by client and runtime
-**/client/distance/**: exposes the `create_distance_inherent_data_provider` which provides data to the runtime
-**/pallets/distance/**: distance pallet exposing type, traits, storage/calls/hooks executing in the runtime
\ No newline at end of file
-**/pallets/distance/**: distance pallet exposing type, traits, storage/calls/hooks executing in the runtime
## Usage (with Docker)
Exemple for GDev:
> Supposes that you have a Docker host with a `/data/duniter-v2s` folder that is used as a mounted volume for a duniter-v2s validator node to `/var/lib/duniter`.
```bash
docker run --rm-it--entrypoint docker-distance-entrypoint \