Skip to content

Instantly share code, notes, and snippets.

View joaormatos's full-sized avatar

João Ricardo Matos joaormatos

View GitHub Profile
@joaormatos
joaormatos / foo.md
Last active September 19, 2024 14:42

This is an AI-generated documentation of the Fablo schema.

Hyperledger Fabric Network Configuration Schema Documentation

This documentation provides a detailed overview of the JSON schema used for configuring a Hyperledger Fabric network. The schema defines the structure and requirements for various components of the network, including global settings, organizations, channels, chaincodes, and hooks.

Schema Overview

The schema is defined as an object that requires the following four main properties:

@joaormatos
joaormatos / rac_ipmi_jviewer.sh
Created May 6, 2024 23:58 — forked from ashevchuk/rac_ipmi_jviewer.sh
Aster MegaRAC IPMI q&d fix for broken iKVM jviewer.jnlp
#!/bin/sh
if [ "$#" -ne 3 ]; then
echo "Usage: $0 [ip address] [user name] [password]"
exit 1
fi
IP=$1
IPMI_USER=$2
IPMI_PASS=$3