Skip to content

botstorm/CS-Monitor

 
 

Repository files navigation

CS Monitor

What's CS monitor?

Monitor - a platform application that provides the ability to view the register of public transactions (transfers). The CS monitor is a web-based version of the application that provides the ability to view the public transfer register. The monitor is implemented in C# and connects to the peer-to-peer network using the platform API. Statistics are updated every second. The CS monitor page contains the following information:

  • The total number of nodes in the network
  • Transaction statistics
  • Balance
  • Detailing the transactions of the selected wallet
  • General information on the smart contract
  • An overview of the open smart contract

The monitor is implemented on the basis of the Node architecture. To provide up-to-date information, the Monitor receives information about all the changes in the blocks, but does not participate in the rounds.

Contribution

Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes! If you'd like to contribute to CS-Monitor, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on our Developers portal and Contribution file to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple. Please make sure your contributions adhere to our coding guidelines:

  • Code must adhere to the Microsoft C# Coding Conventions for core changes
  • For changes in frontend and other components-Google Javascript and HTML/CSS Style Guides
  • Code must be well documented adhering to the Microsoft C# Coding Conventions and Google Style Guides
  • Pull requests need to be based on and opened against the master branch
  • Commit messages should be prefixed with the package(s) they modify

Resources

CREDITS Website

Documentation

Whitepaper

Technical paper

Developers portal

Credits forum

Community links

About

CSMonitor source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Other 0.4%