1 cri8315884568c/ElrondDevelopers 2years ago hello! is there any way to verify the identity of a client both on the client and in the backend? Let’s say in the traditional web2 we generate a hash on the client and we verify the integrity of the client on the backend by generating the hash there too and comparing the 2. In web3, if using wa... Read more
1 cri8315884568c/ElrondDevelopers 2years ago What is the schema url for opening the Maiar app from another app if I know the connector uri?
3 cri8315884568c/ElrondDevelopers 2years ago can i find somewhere some code examples for a marketplace? does anyone know or is willing to share such SCs?
1 cri8315884568c/ElrondDevelopers 2years ago so if I want to create a nft collection, can I choose my own coin or do they accept only a limited nr of coins like egld and lkmex? Is this process automated or do I need to contact their developers to add my custom coin to those SCs?
1 cri8315884568c/ElrondDevelopers 2years ago Hello! Is it possible right now to buy nfts with a custom coin created on elrond blockchain instead of native EGLD? Can I also mint nft collections using a custom token?
1 cri8315884568c/ElrondDevelopers 2years ago @LucianMincu, we are developing a mobile app and we want to enable payments with our token within the app. Can we use the erdjs in a react native environment? Do you know if there are any limitations here?
2 cri8315884568c/ElrondDevelopers 2years ago Hi guys, how can I find out the identifier of a particular token? [CONTEXT] I need it in order to find out the price of a token and for that I am using this api: https://api.elrond.com/mex-pairs/{baseId}/{quoteId}. Now, the issue is that I need the id based on the network config (dev-net, main-net... Read more