diff --git a/README.md b/README.md new file mode 100644 index 0000000..72bcd59 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# kds: key derivation service + +This repository contains the source code for EC keypair derivation and management service for zk-Lokomotive. + +Package available on npm: https://www.npmjs.com/package/@zklx/kds + +## credits + +Authored by Yigid BALABAN, fyb@fybx.dev + +2024 © zk-Lokomotive team + +https://zk-lokomotive.xyz/ diff --git a/package.json b/package.json index bbab123..77da8a0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "zkl-kds", + "name": "@zklx/kds", "version": "1.0.0", - "description": "", + "description": "zk-Lokomotive key derivation service", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], + "keywords": ["cryptography", "zero knowledge", "elliptic"], "author": "Yigid BALABAN ", "license": "LGPL-2.0-only", "dependencies": {