Skip to content
New issue

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

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

Already on GitHub? # to your account

Update docs for Titan Indexer #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

hoffmabc
Copy link
Contributor

No description provided.

@hoffmabc hoffmabc added the documentation Improvements or additions to documentation label Mar 18, 2025
@hoffmabc hoffmabc added this to the Mainnet milestone Mar 18, 2025
@hoffmabc hoffmabc requested a review from Perelyn-Arch March 18, 2025 15:34
@hoffmabc hoffmabc self-assigned this Mar 18, 2025
--electrs-endpoint http://localhost:3004 \
--network-mode testnet \
--electrum-endpoint tcp://127.0.0.1:40001
cargo run -p local_validator -- \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need to include the params, they already have default values, so cargo run -p local_validator should be enough and we could use the cli here instead of running it directly.

the default value for titan endpoint is default_value = "http://127.0.0.1:3003" and you use --titan-endpoint http://127.0.0.1:3030 \ here, so you'd have to pick one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright I can amend

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants