We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3c92f commit 3792b87Copy full SHA for 3792b87
nr-server/README.md
@@ -1 +1,12 @@
1
-# nostroots-server
+# nostroots-server
2
+
3
+This is a deno app that runs on the server to watch for 30397 events, check that
4
+they have a valid NIP05 on trustroots.org, and then post a matching 30398 event.
5
6
+In order to load `nr-common` into docker, we use a multi context build. To build
7
+it locally you can run:
8
9
+ docker buildx build --build-context nr-common=../nr-common .
10
11
+This exposes the `nr-common` folder as `nr-common` inside docker, hence the
12
+first lines of `Dockerfile`.
0 commit comments