1 tan8067288948c/ElrondDevelopers 2years ago Hey guys, i am trying to host my node api in MS IIS and i am getting this issue. Any idea?
1 tan8067288948c/ElrondDevelopers 2years ago Hi Everyone, Is there a way to sign my transaction programmatically using erdjs?
1 tan8067288948c/ElrondDevelopers 2years ago Hey Guys, What is best way for getting the current elrond price?
1 tan8067288948c/ElrondDevelopers 2years ago Hey, I am creating a SC and want to throw an error saying "Amount 0.10 is not valid amount" instead of " Amount 100000000000000000 is not valid amount"" error. Simply, want to divide number 100000000000000000 with 10 ** 18. How can i display my error with readable amount?
3 tan8067288948c/ElrondDevelopers 2years ago Hey Guys, i have couple of questions for sending transaction manually 1. I am signing my transaction using "SendTransactions" method by setting property "SignWithoutSending:true". What is the best way to get this signed transaction? 2. I am getting the signed transaction using "useTrackTransactionS... Read more
1 tan8067288948c/ElrondDevelopers 2years ago how do i reorder? you mean the values in enum or enum location in file?
1 tan8067288948c/ElrondDevelopers 2years ago Hey guys, one question, i am creating SFTs with balance 500, can i list these SFTs on secondary market for sale like NFTs?
1 tan8067288948c/ElrondDevelopers 2years ago Is there a way to throw custom error msg(created when SC method is executed, say {id} not found) using require! macro?
1 tan8067288948c/ElrondDevelopers 2years ago Is it possible to send egld and esdt token in one transaction to a SC endpoint?
1 tan8067288948c/ElrondDevelopers 2years ago Hey Guys, One question Can we create multisig wallets in elrond blockchain?
1 tan8067288948c/ElrondDevelopers 2years ago but simulating the transaction everytime before i send the actual transaction?
1 tan8067288948c/ElrondDevelopers 2years ago Currently i am passing hard coded gas value 50million, but is there any good way to calculate?
1 tan8067288948c/ElrondDevelopers 2years ago One question, What is the best to find out the gas that needs to be send with transaction?
2 tan8067288948c/ElrondDevelopers 2years ago Hey guys, in my dapp, transactions are stuck and shown like this. Any idea what can be done?
0 tan8067288948c/ElrondDevelopers 2years ago Hi everyone, Is there a way to read smart contract wasm code in Elrond blockchain?
1 tan8067288948c/ElrondDevelopers 2years ago Hey Guys, One question, What is the best way to track a transaction posted through dapp and update the user whatever happened about the transaction either success or failure?