1 vik117865572c/ElrondDevelopers 3years ago Cannot GET transaction/send: [transaction generation failed: invalid transaction lowerNonceInTx: true, veryHighNonceInTx: false] Strange. since I use the account.getNonceThenIncrement() which returns the same response as if I would call https://gateway.elrond.com/address/:bech32Address/nonce so wh... Read more
1 vik117865572c/ElrondDevelopers 3years ago Hello, is it possible to connect SC to mobile app based on native IOS or Flutter? I know that ReactNative is possible, since you can use erdjs, but what about Flutter (written in Dart). I could not find examples of that so how should I approach this request?
1 vik117865572c/ElrondDevelopers 3years ago Hello! Is react native works well with erdjs? Has someone tried to build mobile app with elrond wallet support?
1 vik117865572c/ElrondDevelopers 3years ago Or perhaps I could batch multiple transcations using script? if so would that work well for 100 tx as an example?
1 vik117865572c/ElrondDevelopers 3years ago Hello for minting an nfts collection with smart contract would be much cheaper? ? I see that minting with script costs about 0.16 USD, what would be equivalent with SC? If it is much cheaper, like 10x, what is the best one to check ATM? Elven tools?
1 vik117865572c/ElrondDevelopers 3years ago Hello, if I have SingleValueMapper, like this: #[storage_mapper("address_id_mapper")] fn address_id_mapper(&self, address: &ManagedAddress) -> SingleValueMapper; How can I get the address by passing id? Like reverse way. I know how to get the code from passing address, but I need the rev... Read more
1 vik117865572c/ElrondDevelopers 3years ago hmm strange, I changed 81 to hex, it returned 51. Then it burned not 81 but 51... why?
1 vik117865572c/ElrondDevelopers 3years ago hello is NFT nonce the 2 symbols after the - in the identifier?