-
Notifications
You must be signed in to change notification settings - Fork 4
Development
Debendra Oli edited this page Apr 11, 2024
·
6 revisions
-
Install Docker on your machine if you haven't already. You can download Docker from https://www.docker.com/get-started.
-
More information on the local KMS can be found here.
-
Run the following command to start the local KMS server:
docker run -d -p 8080:8080 nsmithuk/local-kms
-
Verify the local KMS server is running by visiting http://localhost:8080/.
-
Create a KMS key by running the following command:
AWS_ENDPOINT=http://localhost:8080 centralized-relay keystore init
More information such creating wallets and keystore files can be found Keystore page.