summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README51
1 files changed, 51 insertions, 0 deletions
diff --git a/README b/README
index 14cb067..a753c3b 100644
--- a/README
+++ b/README
@@ -25,6 +25,7 @@ Dependencies
libjansson : MIT License
libgcrypt : LGPL
+libsodium : ISC License
postgresql : PostgreSQL License
libgnunet* : GPLv3+,
libtaler* : GPLv3+
@@ -47,3 +48,53 @@ src/cli/ includes a reducer-based command-line interface
contrib/ contains resource files, like what identity attributes to ask for
doc/ contains documentation files, like TeXinfo
po/ internationalization via GNU gettext
+
+
+Development note
+================
+
+To test against a local development service, add
+
+ {
+ "code" : "xx",
+ "name" : "Testland",
+ "continent" : "Demoworld",
+ "call_code" : "+00"
+ }
+
+to contrib/redux.countries.json, and also append something like
+
+ {
+ "url" : "http://localhost:8086/",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8087/",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8088/",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8089/",
+ "restricted" : "xx"
+ }
+
+to contrib/provider-list.json. Then the reducer will use these
+providers on loopback for the "testland" country.
+
+
+Experimental providers
+======================
+
+We hope to have another provider running soon. Once it is operational,
+we should add
+
+ {
+ "url" : "https://v1.anastasis.openw3b.org/",
+ "name" : "Openw3b Foundation, India"
+ },
+
+to the contrib/provider-list.json.
+