Metadata-Version: 2.1
Name: anti-sybil
Version: 0.0.6
Summary: Anti sybil package for BrightID
Home-page: http://github.com/BrightID/BrightID-Node
Author: Abram Symons
Author-email: abram.symons@protonmail.com
License: UNKNOWN
Description: # BrightID Anti Sybil
        
        This package provides a framework to generate different types of test graphs and to evaluate the quality of different anti sybil algorithms on them.
        
        ### Prerequisite
        
        - Python3.7
        
        ### Install
        
        ```
        pip install anti_sybil
        ```
        
        ### Web Based UI
        
        Run `anti_sybil_server` in your terminal and then open `localhost:8082` in your browser.
        
        ### Anti-Sybil Algorithm Trials
        
        We tested four different algorithms with different parameters. This was made possible through funding from Aragon. The documentation and output of these trials are below.
        
        * [Anti-Sybil Milestone 2 notes](https://docs.google.com/document/d/1-mskGNiVxtoBWLRYypFXa003y1H9-ZAHJnXuc0i-xsE/edit#heading=h.44stmx2536if)
        * [Anti-Sybil Milestone 5 notes](https://docs.google.com/document/d/1C4wX-NjypgKKd92puqJTt9AiAHu55oWm3LqWbPeOBDM/edit#heading=h.44stmx2536if)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
