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

Tool for users to relay to eth their own lock txs #2

Open
oscarguindzberg opened this issue Sep 5, 2018 · 0 comments
Open

Tool for users to relay to eth their own lock txs #2

oscarguindzberg opened this issue Sep 5, 2018 · 0 comments

Comments

@oscarguindzberg
Copy link
Contributor

option 1

  • new tool in dogethereum-tool relays the tx. Use the service described bellow.
  • Write an app that receives a doge tx id by json/rpc and replies with all the information the contract expect when relaying a tx.
  • The service can be based on dogethereum-agents. Write a class that exposes a json/rpc interface that provides users with the information they need to be sent to the contract. Add another configuration variable to decide whether the service is enabled or not.
  • The service should read registered operators from the contract and add those addresses to its bitcoinj watched addresses list, so the bitcoinj SPV client notifies the dogecoin node it should send txs included for those txs when sending filtered blocks.

option 2:
js tool that creates a superblockchain (connected to a doge node) and creates all the info the contract expects. This is a loooootttttt of work compared to option 1.

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

1 participant