2 Pie8375968201c/ElrondDevelopers 2years ago Hi everybody ! Is there a way to get real time data price through a websocket for egld/usdc on Maiar ?
1 Pie8375968201c/ElrondDevelopers 2years ago How can we know exactly what is the type of call_result ?
2 Pie8375968201c/ElrondNetwork 2years ago Hi everybody ! Do you know why when we connect a ledger there is multiple accounts ? And can we use them ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hello everybody ! I have an issue with microservice handleNewTransactions function which seems to not get the cache correctly, when I delete a value in cache and handleNewTransaction function restart and get this value, the value that was in cache is keep but she does'nt exist anymore !?
1 Pie8375968201c/ElrondDevelopers 2years ago Hi ! How can I sign transactions in React JS without sending them ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hi everybody ! Can we store signed transactions in a database without sending them, in order to send them later ?
2 Pie8375968201c/ElrondDevelopers 2years ago Hey everybody ! I try to divide a bignumber by 3, does anyone know how to do this ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hey everybody ! Does somebody know what is the right azure product to host a microservice ?
1 Pie8375968201c/ElrondDevelopers 2years ago Thks, but do you know how to transform response from query to bignumber ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hey everybody ! Could somebody explain me how to do this endpoint call in a Smart Contract ?
2 Pie8375968201c/ElrondDevelopers 2years ago Hey again ! :) is there a way to test correctly our smart contract, better than doigt manual transactions ?
1 Pie8375968201c/ElrondDevelopers 2years ago So if I have a transaction amount with 18 "0", if I do BigUint::from(amount), it will get rid of "0" ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hi again everybody, I have some issues with BigUint, BigUint from transaction have 18 "0" but not BigUint generated with BigUint::from(u64) ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hey again ! Small question about storage mapper, when we have a storage with argument like address, how could we get all values from all addresses who called ?
1 Pie8375968201c/ElrondDevelopers 2years ago we can check if identifier is valid but if nonce is invalid ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hello everybody ! Is there a way to easily verify if identifier is correct in a SC function ?
1 Pie8375968201c/ElrondDevelopers 2years ago A method exists to check if a SingleValueMapper u64 is empty for example ?
0 Pie8375968201c/ElrondDevelopers 2years ago Hello everybody, I want to calculate a division of an EGLD between multiple staked tokens with differents supply in a SC, but it's impossible to calculate this in the sc because I can't access all supply and then calculate rarity rank for sharing out, so I want to ask if somebody has an idea of wha... Read more
1 Pie8375968201c/ElrondDevelopers 2years ago Hey everybody, does the front end of maiar exchange is opensource ?
1 Pie8375968201c/ElrondDevelopers 2years ago Thank you ;)) and how you can verify a collection exists in a SC function ?
1 Pie8375968201c/ElrondDevelopers 2years ago There is no smart contract that can give us complete ESDT informations ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hey everybody, does somebody know how to use this endpoint : https://gateway.elrond.com/network/esdt/supply/*token name* in a smart contract ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hey everybody ! I'm working on function in my SC to interact with an other Smart Contract, I read the docs and they talk about async call with result, but what happens if there is more than one result of the call ? And how can I simulate a call to see if it's working ?
0 Pie8375968201c/ElrondDevelopers 2years ago Hi everybody ! I need to get SFT supply of a token in real time in my Smart Contract (even when some tokens are burnt) but there is no API call for this, does somebody know how I can do ?
1 Pie8375968201c/ElrondDevelopers 2years ago Hello everybody ! Is it possible to call sc function of an other smart contract with our SC ?