-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add isVeWorldSupported variable #259
Conversation
@davidecarpini instead of having a field Something like: "tags": [
"existing-tag",
"veworld"
], |
Hey @darrenvechain it's not a problem to move everything to a tag, but I think it's not a good idea since a tag is more a characteristic of the dapp, rather than a behavior. |
Connected to https://github.com/vechain/veworld-mobile/pull/1954 |
@davidecarpini Considering the deserialization for typed languages, what do you think making the field |
@davidecarpini considering we have different Wallets (Sync, Sync2, VechainThor, VeWorld) why don't we move to a structure like:
? For VeWorld POV is overkill, I know. |
@fabiofvc it's a good point, and normalizing the flag would be nice if in the future we aim to support multiple wallets. But I think we should keep just one wallet in the future, so it wouldn't make much sense in the long run. @libotony I added all missing dapps flags (the 'false' ones) and added the flag as required in the validation script and in the readme |
Agree, that wallet flag might be overkilling. My understanding is it was for veworld checking dApp's compatiabilty. It should be suggested that all dApps that supports the popular wallets. |
No description provided.