File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ You have three different options:
1611611 . Using ` yarn environment ` :
162162
163163 There is a script to facilitate the generation of the environment variables inside of this repository.
164- This script is called ` ./scripts /genesisEnvironmentVariables.ts ` .
164+ This script is called ` ./launchScripts /genesisEnvironmentVariables.ts ` .
165165
166166 - You can execute it by running ` yarn environment ` .
167167
@@ -177,7 +177,7 @@ You have three different options:
1771773 . Without help:
178178
179179 If you are a _ pro_ , you could defined and generate them externally and add them to the ` .env ` -file.
180- You would probably have to modify the ` generateKeyPairs.ts ` files (on _ scripts _ and _ backend_ ) to match your key derivation though.
180+ You would probably have to modify the ` generateKeyPairs.ts ` files (on the _ backend_ ) to match your key derivation though.
181181
182182## Well-Known DID Configuration
183183
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ async function main() {
204204 await Kilt . disconnect ( )
205205
206206 console . log (
207- ' this is the well-known-DID-configuration of your dApp that was just created: \n' ,
207+ " this is your dApp's Domain Linkage Credential ( well-known-DID-configuration) that was just created: \n" ,
208208 JSON . stringify ( wellKnownDidconfig , null , 2 )
209209 )
210210
You can’t perform that action at this time.
0 commit comments