Skip to content

dlealmac/toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Toolkit

A collection of utility scripts for blockchain development and analysis.

Structure

toolkit/
├── scripts/             # Blockchain analysis and utility scripts
│   ├── rsk-stats.sh     # RSK network performance analyzer
│   └── block-stats.sh   # Block statistics table viewer
└── README.md

Getting Started

Most scripts are self-contained and can be run directly. Check individual script directories for specific requirements.

Prerequisites

Common dependencies across scripts:

  • curl - HTTP requests
  • jq - JSON parsing
  • bc - Arbitrary precision calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages