aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 056f3591f6d05f279748bc566b7ba898aa082373 (plain)
1
2
3
4
5
6
7
8
9
10
11
# NostrSDK
C++ System Development Kit for Nostr

## Build using Docker
1. Build docker image:
    docker build -t nostr-ubuntu -f Dockerfile

2. Run docker image
    docker run -it --privileged -u slavehost --hostname slavehost nostr-ubuntu bash

3. Once inside the docker container, navigate to the NostrSDk directory and execute the compiled test.