Skip to content

Instantly share code, notes, and snippets.

View KcPele's full-sized avatar
🏠
Working from home

Kc pele KcPele

🏠
Working from home
View GitHub Profile
# BuidlGuidl Nodes Setup in Nigeria
## Project Overview
This project aims to enhance Ethereum's decentralization in Nigeria through the deployment and operation of two BuidlGuidl nodes. The initiative includes hardware procurement, node setup, and the onboarding of local RPC operators to maintain the infrastructure.
## Current Progress
We have successfully initiated the first phase of the project with one node deployment. The second phase, including the setup of an additional node, is pending further funding.
## Hardware Specifications
The current node configuration includes:
#!/bin/bash
set -euo pipefail
# Directory setup
APP_DIR="${HOME}/Applications"
ICON_DIR="${HOME}/.local/share/icons"
DESKTOP_DIR="${HOME}/.local/share/applications"
BIN_DIR="${HOME}/.local/bin"