Added set-up instructions for non-node-alumni :)

This commit is contained in:
AlexanderBusse
2022-09-08 08:14:41 +02:00
parent ccf334e33d
commit 930e1ef39b

View File

@@ -1,6 +1,9 @@
# JavaScript key derivation examples # JavaScript key derivation examples
Generates key from a given input in Ed25519 and Secp256k1 format Generates key from a given input in Ed25519 and Secp256k1 format. On first run, you
have to install the necessary node.js dedpendencies:
npm install
## Command-line usage: ## Command-line usage: