Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuichiroaoki/polygon-node-manager
Polygon Node Manager
https://github.com/yuichiroaoki/polygon-node-manager
blockchain ethereum polygon rust telegram
Last synced: 3 months ago
JSON representation
Polygon Node Manager
- Host: GitHub
- URL: https://github.com/yuichiroaoki/polygon-node-manager
- Owner: yuichiroaoki
- License: mit
- Created: 2022-05-21T05:48:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T12:54:42.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:44:16.405Z (almost 2 years ago)
- Topics: blockchain, ethereum, polygon, rust, telegram
- Language: Rust
- Homepage: https://medium.com/coinmonks/how-i-run-a-polygon-node-for-flashloan-bots-71229e1a905d
- Size: 49.8 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polygon-node-manager
## setup
1. Install dependencies
```bash
sudo apt install pkg-config libssl-dev
```2. Add .env file with your credentials
```
API_KEY=
CHAT_ID=
JSON_RPC_URL= (e.g. http://localhost:8545)
ALCHEMY_JSON_RPC_URL=
```## Check disk space
```bash
env RUST_LOG=info cargo run -- --disk
```## Delete logs
```bash
env RUST_LOG=info cargo run -- --clean
```## Check if bor is fully synced
```bash
env RUST_LOG=info cargo run -- --bor
```## Send a message with telegram
```bash
env RUST_LOG=info cargo run -- --msg "message"
```