Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allisterb/citizen5
Decentralized open-source investigations into war crimes
https://github.com/allisterb/citizen5
nym osint warcrimes
Last synced: 7 days ago
JSON representation
Decentralized open-source investigations into war crimes
- Host: GitHub
- URL: https://github.com/allisterb/citizen5
- Owner: allisterb
- License: gpl-3.0
- Created: 2022-09-06T10:10:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T10:52:37.000Z (about 2 years ago)
- Last Synced: 2024-11-07T05:16:06.120Z (about 2 months ago)
- Topics: nym, osint, warcrimes
- Language: Go
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# citizen5
## Requirements
* Go 1.17
* The Nym client. You can obtain it [here](https://github.com/nymtech/nym). Building instructions are [here](https://nymtech.net/docs/stable/run-nym-nodes/build-nym/).## Getting started
* Clone this repo: `git clone https://github.com/allisterb/citizen5`
* Switch to the repo directory and run `go build .`
* run `./citizen5 --help` from the repo directory to see the list of available commands.To use client and server functions you'll need to have a Nym [websocket client](https://nymtech.net/docs/stable/integrations/websocket-client) running.