node
Everything required to run your own GIWA node
File Explorer
Download Latest Version (.zip)- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- sepolia-rollup.json
- sepolia-genesis.json
- Dockerfile
- entrypoint.sh
- logo.png
- Dockerfile
- entrypoint.sh
- .env
- .env.sepolia
- .gitignore
- docker-compose.yaml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/giwa-io/node
Downloads the entire project code from GitHub to your computer.
cd node
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose build --parallel
Runs the command against the services defined in the compose file.
NETWORK_ENV=<.env.{network}> docker compose up -d
Builds and starts all defined containers (server, database, etc.) at once, in the background.
docker compose down
Runs the command against the services defined in the compose file.
docker compose down -v && rm -rf ./${DATA_DIR}
Runs the command against the services defined in the compose file.
docker compose logs -f giwa-el
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
