Add comprehensive installation and setup documentation

- Add GETTING_STARTED.md with quick start guide and development modes
- Add INSTALL.sh automated installation script
- Add INSTALLATION_CHECKLIST.md, INSTALLATION_SUCCESS.md, and INSTALLATION_SUMMARY.md
- Add QUICK_REFERENCE.md for common commands
- Add SETUP_GUIDE.md with detailed setup instructions
- Update README.md with improved project overview
- Add did-wallet app dependencies and node_modules
This commit is contained in:
Dorian
2026-01-27 17:18:21 +00:00
parent a81f655133
commit 0d073fa89e
22658 changed files with 4494151 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
[
56,
{
"d": true,
"10": null,
"1": [ ]
}
]
+6
View File
@@ -0,0 +1,6 @@
{
"peach": "This sorting order",
"péché": "is wrong according to French",
"pêche": "but canonicalization MUST",
"sin": "ignore locale"
}
+8
View File
@@ -0,0 +1,8 @@
{
"1": {"f": {"f": "hi","F": 5} ,"\n": 56.0},
"10": { },
"": "empty",
"a": { },
"111": [ {"e": "yes","E": "no" } ],
"A": {"b": "123"}
}
+5
View File
@@ -0,0 +1,5 @@
{
"numbers": [333333333.33333329, 1E30, 4.50, 2e-3, 0.000000000000000000000000001],
"string": "\u20ac$\u000F\u000aA'\u0042\u0022\u005c\\\"\/",
"literals": [null, true, false]
}
+9
View File
@@ -0,0 +1,9 @@
{
"€": "Euro Sign",
"1": "One",
"\u0080": "Control",
"\ud83d\ude02": "Smiley",
"ö": "Latin Small Letter O With Diaeresis",
"דּ": "Hebrew Letter Dalet With Dagesh",
"</script>": "Browser Challenge"
}