This application maintains the data feed of reputations as updated by the StorX AI. Reputations are a quantitative repreesentation of a farmer node's performance in the storx network.
Current UI at: https://farmer.storx.io
Public API available at: https://farmerapi.storx.io
Public API documentation: https://farmerapi.storx.io/docs.html
The app has been written in Typescript + Node.js
- Node.js - v12.0.0 +
- mongodb - v4.2.8 +
npm i --g typescriptnpm icp .env.example .env& update the .env with appropriate values- update config file with operator account, proper db connections
npm run build- running -
- production:
npm run start-pm2 - dev:
npm run start
- production:
no test cases have been added as of yet
Public discussions on the technical issues, post articles and request for Enhancements and Technical Contributions.