zhangzhongnan928 / TokenScript-Mockup-Generator

https://token-script-mockup-generator.vercel.app
0 stars 1 forks source link

TokenScript file hosting #1

Open zhangzhongnan928 opened 1 month ago

zhangzhongnan928 commented 1 month ago

Save user's .tsml file in Smart Layer Netwok and generate the .tsml URL for ERC-7738 registry

oleggrib commented 1 month ago

we have to protect our hosting from spam files. I can see the simple way

if your need to add TS file for existing non-Ownable contract then user has options:

zhangzhongnan928 commented 1 month ago

how about pay to host with $SLN, 0.01 SLN to host @oleggrib

oleggrib commented 1 month ago

@zhangzhongnan928 , pay per hosting can work in usual scenario, but not onboarding. in onboarding stage we have maybe even pay to developers for TAPPs development it can be hard to force developer to pay just to test how it works.

we have to make easy to use solution where user can very easy get fully working TAPP and for free because any payment can change developer attraction to some other service/app/video

zhangzhongnan928 commented 1 month ago

@zhangzhongnan928 , pay per hosting can work in usual scenario, but not onboarding. in onboarding stage we have maybe even pay to developers for TAPPs development it can be hard to force developer to pay just to test how it works.

we have to make easy to use solution where user can very easy get fully working TAPP and for free because any payment can change developer attraction to some other service/app/video

Ok, let's go with 👇

It is ERC-7738 registry, user doesn't need to be contract Owner

oleggrib commented 1 month ago

@zhangzhongnan928 , I think we have to add bot-guard also. (we have to prevent cases when user makes script, generates wallets and use our hosting and some file storage)

Simpliest case is google recaptchaV3. It usually doesnt ask user to fill captcha, just follow user actions and looks for human-behavour

zhangzhongnan928 commented 1 month ago

@zhangzhongnan928 , I think we have to add bot-guard also. (we have to prevent cases when user makes script, generates wallets and use our hosting and some file storage)

Simpliest case is google recaptchaV3. It usually doesnt ask user to fill captcha, just follow user actions and looks for human-behavour

Ok