Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework packaging #365

Merged
merged 21 commits into from
Mar 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Align stuff against eye cancer
Endogen committed Jan 30, 2025
commit d6fbe9680702a34a347f983d9b4b815adc0e30f4
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ XIAN_DIR := ./src/xian

help:
@echo "Available commands:"
@echo " make up - Start xian node and cometbft"
@echo " make up-bds - Start with simulator"
@echo " make down - Stop all services"
@echo " make logs - Show logs"
@echo " make restart - Restart all services"
@echo " make up - Start xian node and cometbft"
@echo " make up-bds - Start with simulator"
@echo " make down - Stop all services"
@echo " make logs - Show logs"
@echo " make restart - Restart all services"
@echo " make wipe - Clean blockchain data"
@echo " make init - Initialize cometbft"
@echo " make node-id - Show node ID"