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

feat: add DOGE indexer #112

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

feat: add DOGE indexer #112

wants to merge 1 commit into from

Conversation

bludnic
Copy link
Member

@bludnic bludnic commented Feb 20, 2025

We have two different apps running on same domain. The Doge Indexer was missing in the configuration.

Doge Indexer

Path: /api/*
Methods: GET, POST

Example:

  • GET /api/status
  • GET /api/tx/${txid}
  • POST /api/tx/send

Doge Node

Path: /
Methods: POST

Example:

POST /
{
  method: 'getblockchaininfo',
  params: []
}

Task: https://trello.com/c/ix6BKOJ6/496-adamant-wallets-add-doge-indexer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant