singnet / reputation

MIT License
11 stars 11 forks source link

Reputation

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.

Contents

Development

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.

Prerequisites

Installing

$ 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
$ bash scripts/install

Aigents Server (required)

Mac: /private/etc/hosts
Linux: /etc/hosts
Windows: c:\WINDOWS\system32\drivers\etc\hosts 

Testing

$ bash scripts/test

Resources

For more information, see the following.