Hi,
I’m creating a ethereum dapp that will be expose as an API. The idea is that this application will be the custody of the users wallets, to avoid user onboarding problems with the wallets.
I started to look into gas network station, but it is oriented to front end users interacting directly through the web page.
Is there any similar implementation, to manage the user wallets, but realying the funds in a “master” wallet that is founded?
The idea is allow to persists in the contract who send the transaction, but no manage the funds of all the wallets. The user is autenticated in the api, and the wallet is in custody of our dapp
Any ideas?
Thanks!