Skip to content

Commit 6ab36e7

Browse files
committed
readme updates
1 parent b5df236 commit 6ab36e7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ or require the user to input something specific to that vehicle or PIN code etc.
4545
2. Generate an API key and add your preferred redirect URI
4646
3. Create your Connection License. In the future this will be in the dev console but for now provide your ClientID to your developer relations person at DIMO.
4747
4. Obtain the required Synthetic Device Minting roles - engineers at DIMO will do this for you.
48-
5. Create an Account Abstracted wallet with zerodev, we'll call this the Developer AA Wallet - engineers at DIMO can do this for you.
48+
5. Create an Account Abstracted wallet with zerodev, we'll call this the Developer AA Wallet - engineers at DIMO can do this for you. Future state will be in Console.
4949
6. Fund your Developer AA Wallet with some DCX. You can do this from the DIMO Dev Console. Required for the minting operations.
5050

5151
## Onboarding
@@ -69,4 +69,15 @@ This implements the onboarding process with your external system. It has a commo
6969
- Validate: used to check if the VIN (or identifier) is compatible with your system. You could imagine this calling out to some endpoint in your system that checks.
7070
- Connect: actually onboards the VIN (or identifier) into your system so that it knows to allow connections however you with to implement it - Streaming, grpc, kafka, REST etc.
7171

72-
There is an example struct implementation `ExternalOnboardingService` in this file, but feel free to change it up as needed.
72+
There is an example struct implementation `ExternalOnboardingService` in this file, but feel free to change it up as needed.
73+
74+
## Sending data
75+
76+
Data is sent to DIS (DIMO Ingest Server). DIS runs on a DIMO Node, there can be multiple and you can even run your own, but for now we'll assume a
77+
single fixed node run by DIMO itself.
78+
79+
In this example we read from a kafka stream and then POST to the DIS ingest endpoint.
80+
Cloud Event repo
81+
https://github.com/DIMO-Network/dis
82+
83+
mTLS auth via public private certificates

0 commit comments

Comments
 (0)