Initial commit

This commit is contained in:
2024-08-21 17:11:06 +03:00
commit 852a79220d
10 changed files with 1624 additions and 0 deletions

9
index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ZKL Key Derivation Service Demo</title>
</head>
<body>
<script src="dist/bundle.js"></script>
</body>
</html>