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 with Block DX #31

Open
roylee17 opened this issue Feb 23, 2022 · 0 comments
Open

Integration with Block DX #31

roylee17 opened this issue Feb 23, 2022 · 0 comments
Labels

Comments

@roylee17
Copy link
Collaborator

Track lbcd and lbcwallet integration with Block DX, a decentralized exchange.

This project is proposed and initiated by @kodxana
Most required RPCs seem to be supported in lbcd/lbcwallet with few needs to be investigate.

[x] createrawtransaction [{"txid":"value","vout":n},...] {"address":amount,...} (locktime)
[x] decoderawtransaction "hextx"
[x] getblock "hash" (verbosity=1)
[x] getblockchaininfo - works but requires lbcwallet running
[x] getnetworkinfo - works but requires lbcwallet running
[x] getblockhash index
[x] getnewaddress - works but requires lbcwallet running
[x] getrawmempool - works but requires lbcwallet running
[x] getrawtransaction "txid" (verbose=false)
[x] gettransaction "txid" (includewatchonly=false)
[x] gettxout "txid" vout (includemempool=true)
[ ] listunspent - works but requires lbcwallet running
[x] sendrawtransaction "hextx" ({"value":value})
[x] signmessage "address" "message"
[x] signrawtransactionwithwallet "rawtx"
[x] signrawtransaction "rawtx" ...
[x] verifymessage "address" "signature" "message"

@roylee17 roylee17 added the Epic label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant