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

Integration question #535

Closed
Droppix opened this issue Dec 11, 2020 · 1 comment
Closed

Integration question #535

Droppix opened this issue Dec 11, 2020 · 1 comment

Comments

@Droppix
Copy link

Droppix commented Dec 11, 2020

Hi,

I'm studying the possibility of integrating Monero (XMR) in Blockbook, but as I'm not a specialist of "Go", I would like to have your opinion on the difficulty of the integration and an estimation of the delay it could take.

Thanks

@trezor trezor deleted a comment from Ooooze Dec 14, 2020
@martinboehm
Copy link
Contributor

Hi, it is certainly doable in Go as in any other programming language. There is for example wallet RPC client written in Go https://github.com/gabstv/go-monero, which implements .

However, it would probably require a lot of changes in the Blockbook base packages. Monero would have to be a new coin type as it is neither bitcoin type nor ethereum type, possibly have a different DB structure etc.

In general, we do not merge external pull requests which add features to the base packages, that we do not require for our own purposes. These changes would increase our maintenance efforts.

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

No branches or pull requests

2 participants