Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

fees handling and/or prevent spam #138

Open
harpagon210 opened this issue Jun 21, 2018 · 1 comment
Open

fees handling and/or prevent spam #138

harpagon210 opened this issue Jun 21, 2018 · 1 comment

Comments

@harpagon210
Copy link

harpagon210 commented Jun 21, 2018

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

@harpagon210 harpagon210 changed the title fees handling fees handling and/or prevent spam Jun 21, 2018
@skilesare
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants