-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Generalize RPC API to support other coins #4
Comments
I try change bitcoin adapter to litecoin, but have many errors with commands like getblockchaininfo, getnetworkinfo etc. |
@dutchakdev After commit 70b28ff please try again. You can modify env.js to set "coin=LTC" (instead of the default "coin=BTC") and connect to your Litecoin node via RPC. Please let me know if you have problems. |
TransactionsTrust Note |
@nicebbs This is referring to the |
In doing so, try to isolate BTC-specific code to more easily support other currencies in the future.
The text was updated successfully, but these errors were encountered: