Moralis wallets is for native builds ? Or react native only?

Meaning can we use Moralis wallet using swift code for iOS app

& JavaScript code with Moralis wallet for the android app ?

Or does Moralis support react native code build solutions only ?

Can you use Moralis on native builds ?

Iโ€™m not sure what you mean by Moralis wallet

you may not be able to use moralis javascript SDK in swift

You can use Moralis API from Swift and call the HTTP endpoints

We donโ€™t have a full SDK for native iOS yet - only React Native at this point https://github.com/ethereum-boilerplate/ethereum-react-native-boilerplate

Only React Native support as of now.

This might help for reference -

Is it possible to build a platform like this using Moralis ? Since Moralis allows devs to track all nft purchase history from a wallet address would that provide benefit to end users?

its just My shell example site right now, not developed.

https://rougee.app/

Hey Is it possible to build a platform like this using Moralis ? Since Moralis allows devs to track all nft purchase history from a wallet address would that provide benefit to end users?

its just My shell example site right now, not developed.

https://rougee.app/

  1. Weโ€™re interested in building a Mobile Dapp with your react native moralis infrastructure

Is it possible to use Moralis react native mobile dapp tech to power an app like this ?

  1. We desire to use these erc 20 tokens in the wallet we create , is this possible?

Usdc

Eth

Usdt - tether

Bit

Cadx

Qcad

  1. can you look at this uiux app prototype link a let me know if

A) the features we desire can be built with Moralis ?

B) Our custom Swap & Send functionality can be powered through Moralis wallet ?

you can use some functionality of Moralis by making http requests, it may not be easy to do it if you donโ€™t have experience with that

web3api for example you can use directly without having a Moralis Server, and you can test the web3api functions directly in the admin interface: https://admin.moralis.io/web3Api