This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
OlderNewer