EN / 中文
Calibration and tuning ZeroDAO's reputation system algorithm, using circles user data and relational data, as a control group to calculate Betweenness
, ArticleRank
, PageRank
, Closeness
, Harmonic Centrality
, Eigenvector Centrality
, Degree Centrality
, statistical data from various algorithms during the iteration.
This is the back-end repository for socircles and other related:
Website: https://socircles.info
Management: https://github.com/ZeroDAO/socircles-admin
Back End: https://github.com/ZeroDAO/socircles-backend
npm install
Once the installation process is complete, run the following command to start the service. You can preview the website in your browser http://localhost:9002/
npm run dev
npm run build