I'm a new member moralis

I want to make an e-commerce site and I want users to use my token to buy. Can I do this with moralis, and if so, how can I proceed?

you will first have to create your token, and after that you can integrate Moralis in order to buy something, that buy would be only a transfer of tokens to your account, you can use Moralis.transfer: https://docs.moralis.io/moralis-server/sending-assets#transferring-erc20-tokens

1 Like