Skip to content

Development

Debendra Oli edited this page Apr 11, 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. More information on the local KMS can be found here.

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

    docker run -d -p 8080:8080 nsmithuk/local-kms
  4. Verify the local KMS server is running by visiting http://localhost:8080/.

  5. 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.

Clone this wiki locally