You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
First, this project looks amazing, thanks for working on that!
Now I am wondering how do you handle the transaction fees? As of now I'm not sure if this should be done at the lotion layer or anywhere else? (Tendermint level?)
I'm trying to find the right path agains spamming
I checked the docs but didn't really find any answer that could help.
Thanks in advance
The text was updated successfully, but these errors were encountered:
I'd suggest doing this in your application code. Each transaction should authorize a certain amount of gas that you deduct from the sender's account or the relayer's account. If you are not using your own token you'll need to have an eth or btc bridge and do it that way...you might have to have the authorization be a signed and valid eth/btc transaction that you verify. Micropaymets are hard though so maybe these link to some kind of plasma channel?
Hi,
First, this project looks amazing, thanks for working on that!
Now I am wondering how do you handle the transaction fees? As of now I'm not sure if this should be done at the lotion layer or anywhere else? (Tendermint level?)
I'm trying to find the right path agains spamming
I checked the docs but didn't really find any answer that could help.
Thanks in advance
The text was updated successfully, but these errors were encountered: