Decentraland + Moralis?

Hello all!

Building a scene in Decentraland but want to have an action item in which a user clicks on and opens Metamask to log address. Is there a good way to do this connection or use a url link?

Thank you,

maybe these links help you:

Documentation to authenticate with Moralis and Metamask: https://docs.moralis.io/moralis-server/users/crypto-login

boilerplate for authentication: https://github.com/MoralisWeb3/demo-apps/tree/main/moralis-vanilla-boilerplate

Would it possible to put in into JS? It seems this is only HTML. Reason I ask is Decentraland scenes are built off JS.

Moralis is Js SDK. So yes it’s possible

Screenshot_45

Any of these .JSON files could have that JS SDK be inputted?

It’s hard to say if we see only names :raised_hands:

Do you know how to create scenes in the Decentralend?