Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusUA committed Jul 31, 2021
1 parent 7b642e5 commit b5eb1e3
Show file tree
Hide file tree
Showing 37 changed files with 14,904 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
pnc
main
.DS_Store

# Binaries for programs and plugins
*.exe
*.exe~
Expand Down
151 changes: 149 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,149 @@
# pnc
Plus Node Checker
<!-- PROJECT LOGO -->
<br />
<p align="center">

<h3 align="center">Plus Node Checker</h3>

<p align="center">
An awesome tool to monitor your nodes!
<br />
<a href="https://github.com/PlusUA/pnc/wiki"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/PlusUA/pnc/issues">Report Bug</a>
·
<a href="https://github.com/PlusUA/pnc/issues">Request Feature</a>
</p>
</p>



<!-- TABLE OF CONTENTS -->
<details open="open">
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
<ul>
<li><a href="#built-with">Built With</a></li>
</ul>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#license">License</a></li>
<li><a href="#donate">Donate</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgements">Acknowledgements</a></li>
</ol>
</details>

<!-- ABOUT THE PROJECT -->
## About The Project

Here is a simple utility with which you can get information about the nodes without using a remote connection to the server (ssh).
that's why:

* Without access to ssh
* Without entering commands in the console

of course this is not all, but this is already the start

### Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
* [Bootstrap](https://getbootstrap.com)
* [Golang](https://golang.org/)

<!-- GETTING STARTED -->
## Getting Started

To get a copy up and running follow these simple example steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* yum
```sh
sudo yum install golang -y
```
* apt
```sh
sudo apt install golang -y
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/PlusUA/pnc.git
```
2. Install Prerequisites

3. Build tool
```sh
cd pnc
go build
```


<!-- USAGE EXAMPLES -->
## Usage

1. For the utility to function, it must be running:
```sh
./pnc &
```

2. To access information about a nodes, you can use any browser by opening the utility page:
```www
http://your-ip-address:8808
```


<!-- ROADMAP -->
## Roadmap

See the [open issues](https://github.com/PlusUA/pnc/issues) for a list of proposed features (and known issues).

In next releases maybe will be realized getting info from Minima/Aleo/Nym/Zeitgeist/IronFish/BitCountry

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` for more information.

<!-- DONATE -->
## Donate

BTC: bc1qaggyvdxkwarj9alh067t4sf9wvuyuhhp2v08ly

ETH/BSC/Polygon(Matic): 0xbF77B8a74Db0844032cFfB3EEB487FC500765C4e

Tron(TRX): TNvHrjyD4RsaXHjfZSYw62e7a9iJMmL5ah


<!-- CONTACT -->
## Contact

Oleksandr Chub - [@huan_carlos](https://twitter.com/huan_carlos) - [email protected]

Project Link: [https://github.com/PlusUA/pnc](https://github.com/PlusUA/pnc)



<!-- ACKNOWLEDGEMENTS -->
## Acknowledgements
* [Golang](https://golang.org/)
* [Bootstrap](https://getbootstrap.com)
* [Start Bootstrap](https://startbootstrap.com/)
* [DevxDao](https://www.devxdao.com/)
* [Casper Labs](https://casperlabs.io/)
* [Casper TestNet](https://testnet.cspr.live/)
* [JQuery](https://jquery.com)
Binary file added assets/btc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5eb1e3

Please sign in to comment.