File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Zero-Knowledge Treasury on Top of [ ERGO] ( https://ergoplatform.org/en/ )
22Server-side app for ZK Treasury implemented on top of ERGO's Distributed Signatures.
3+ ## Configuration
4+ If you'd like to disable public team creation, then set the teamCreation config in the config file to false.
5+ You can find a sample config file [ here] ( conf/application.conf ) .
6+
37## Running the code
48### Development mode
59To run the code in development run ` sbt "run 9000" ` in the main directory to start the server. Load the UI in http://localhost:9000 .
610replace 9000 with your desired port.
7- ### TODO run in production and binaries
11+ ### Jar file
12+ You can download the client's jar file [ here] ( https://github.com/anon-real/DistributedSigsServer/releases ) . To run the client app:
13+ ``` bash
14+ java -jar ZKTreasury-client-{version}.jar
15+ # similarly if you want to provide config file:
16+ java -jar -Dconfig.file=" path/to/your/config/file" ZKTreasury-client-{version}.jar
17+
18+ ```
19+ If you want to run the client on different port also add ` -Dhttp.port=8000 ` and replace 8000 with your desired port.
20+
821## Docker Quick Start
922TODO
23+
You can’t perform that action at this time.
0 commit comments