Skip to content

Development

bcsainju edited this page Apr 19, 2024 · 6 revisions

Local Development Setup Instructions and Guide

Local KMS Setup

  1. Install Docker on your machine if you haven't already. You can download Docker from https://www.docker.com/get-started.

  2. Run the following command to start the local KMS server:

    docker run -d -p 8080:8080 nsmithuk/local-kms

    More information on the local KMS can be found here

    Verify the local KMS server is running by visiting http://localhost:8080/.

  3. Create a KMS key by running the following command:

    AWS_ENDPOINT_URL=http://localhost:8080 centralized-relay keystore init

    📝 At least a dummy aws credential configuration is required for this to work at default aws config location (~/.aws)

    More information such creating wallets and keystore files can be found Keystore page.

Clone this wiki locally