Single user object with multiple addresses

Hey,

I know that Moralis was probably not intended to be used like this, but I’d like to have a single user object, which can own multiple eth addresses.

Is this possible?

I’ve tried creating a new user using the Parse.User.signUp() function, then assigning adrdesses as required to the _EthAddress Class, but I can’t work out how to get the EthAddress as the objectId.

Any thoughts on this…

Thanks

Sorry to be one of those people who doesn’t check the docs properly…

It’s here already,

https://docs.moralis.io/web3

I’ll leave the question up if anyone else has the same issue

2 Likes