This repository contains early pre-alpha proof-of-concept developments and experiments for Reputation system of SingularityNET.
At the moment, the work is in early stage.
Any source forks and contributions make sense only in case if are made in tight collaboration with SingularityNET.
Any production use and use other than for experimental purposes is not encouraged and can be done only at ones own risk.
- Python Reputation Agency Service wrapper based on Aigents Java-based reputation engine
- Python Reputation Agency Service command line tool based on Aigents Java-based reputation engine
- Python native implementation of Reputation Agency Service
- Python simplistic simulation script
- Python extended simulation framework
- Auxiliary scripts for SigluarityNET Adapter integration
These instructions are intended to facilitate the development and testing of SingularityNET Reputation System. Users interested in deploying the reputation system should install the appropriate binary as released.
- Python/Pip
- Java 6 or later (needed for developments based on Aigents Java)
- Docker (Optional)
- Clone the git repository
$ git clone git@github.com:singnet/reputation.git
$ cd reputation
In case there are problems with the script above, one can try a more stable http approach:
$ git clone https://github.com/singnet/reputation.git
$ cd reputation
- Install dependencies in editable/development mode on your local machine
$ bash scripts/install
- Edit hosts file, adding the line with "127.0.0.1 localtest.com"
Mac: /private/etc/hosts
Linux: /etc/hosts
Windows: c:\WINDOWS\system32\drivers\etc\hosts
- Launch unit tests
$ bash scripts/test
For more information, see the following.