1 loi4869481514c/ElrondDevelopers 3years ago Hi there! Is it possible to send NFTs in a contract deployment transaction?
1 loi4869481514c/ElrondDevelopers 3years ago Hello! I have a quick question about sell_nft from the send API. To be used, the smart contract needs to own the amount of toke we're trying to send right? There is no way to have the buyer send a payment to the smart contract with also the approval (signature) of the owner so the sale happen in one... Read more
1 loi4869481514c/ElrondDevelopers 3years ago Hi there! Quick question, I'm using relayed transactions to let a specific wallet pay the gas fees. Can the same be done for the value required in the inner transaction? Like for paying the 0.05 EGLD required when issuing an ESDT token?
1 loi4869481514c/ElrondDevelopers 3years ago Hi there, facing an issue when sending 2 transactions simultaneously. Only one of them is executed smoothly. But for the other, I get the hash back but it is not found in the devnet explorer (see https://devnet-explorer.elrond.com/search/b4d5447fa162a97373370e4ec6eaafbed63894fa66d71489385f299ebf38fd... Read more
1 loi4869481514c/ElrondDevelopers 3years ago Hi! What is the equivalent of solidity fallback function with rust? Or, is there a method that a contract should implement to act upon receiving royalties?
1 loi4869481514c/ElrondDevelopers 3years ago Hi there! I was wondering if there was a way to add ESDTLocalMint & ESDTLocalBurn roles by default to the token owner when performing the issuance transaction?