Problem
When generating an account, this will not have any gas with which to pay transaction fees when setting up a service provider.
Solutions
- Provide wallet address so they may send some xDAI to themselves.
- Link to one of many xDAI faucets out there to get some free xDAI.
- Waku API for sending initial transaction registering the service. As this is a signed transaction, this can be sent to a centralised service, extract the
from address, then using flashbots / eth_callBundle on a Nethermind node, can put a funding transaction in front to fund the wallet, then the registration occurs as well, all atomically.
- Do our own faucet?
Other considerations
TBC
Context
TBC
Problem
When generating an account, this will not have any gas with which to pay transaction fees when setting up a service provider.
Solutions
fromaddress, then usingflashbots/eth_callBundleon aNethermindnode, can put a funding transaction in front to fund the wallet, then the registration occurs as well, all atomically.Other considerations
TBC
Context
TBC