3 guest141536306 2years ago When someone when to search for this transaction does it need to iterate all blocks am I correct?
3 val8762322028 2years ago If I sign a transaction on the frontend, could I get the signature and use it on the backend via the sessionID?
3 C30422823853 2years ago delegation.go sends money to contract. Is there a default, Elrond's, staking contract?
3 val8762322028 2years ago Hey all. I am trying to sign a transaction without sending it. I am using the signWithoutSending: true property but the transaction is still sent. The snippet: const { sessionId, error } = await sendTransactions({ transactions: [ { value: 1000000000000000000, ... Read more
3 tan8067288948 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
3 guest8816501043 2years ago hello guys ! I’m looking for a way to find all addresses who stacked on a validator node. I can’t find this in api.elrond.com. Do you have any guess ?
3 guest8296696656 2years ago Hi guys ! My endpoint should returns multiple elements, but I always got only one. My view is returning a MultiValueEncoded with multiple elements. I am calling my view with /vm-values/query. Should I use another gateway endpoint for MultiValueEncoded view ?
3 gfu4942438445 2years ago Hi guys! Is there a way to view stacktrace logs on the arwen wasm-vm when running mandos tests?
5 rar493349386 2years ago Hey guys. Anybody know why sometimes when I use the Maiar DEX Extension on some sites, it gives an error `This page has been blocked by Chrome ERR_BLOCKED_BY_CLIENT` and I have to reload the actual page from the extension for it to work ok?
3 mwf81318617 2years ago According to the smart contract storage the correct token identifier is set: https://testnet-gateway.elrond.com/address/erd1qqqqqqqqqqqqqpgq9vkf9r6c5nlmhqyrcd6ep4pttfaf4rgw6cyqjswz9t/keys So I would guess it's a problem in the dapp instead?
3 guest8235813644 2years ago I need help again. I want to use sendTransactions from dapp-core v1.2.7 and everything is working fine. After the transaction is signed I am getting redirected to my website and a notification is displayed at the bottom right corner with the transaction progress. Now I don't know how to get notified... Read more
3 dil8339482802 2years ago Hi ! Is there a big difference between crowdfunding and crowdfunding-esdt templates ?
3 dmn8392211779 2years ago I know that lots of people choose not to use dapp-core when building dApps. For those of you that choose building stuff "from scratch" using erdjs, why so? Which are the general advantages of doing so in your opinion?
4 jac8475424200 2years ago Hey guys!! I have a contract A calling a method of contract B that takes 1 argument and a token as inputs. When contract B is in the same shard as contract A, everything works fine, the transaction looks like: `ESDTTransfer@TOKEN-abcdef@1000000@method_contract_b@argument_contract_b` However, when ... Read more
3 cri8315884568 2years ago can i find somewhere some code examples for a marketplace? does anyone know or is willing to share such SCs?
3 Bha8508956631 2years ago Guys can we make an NFT minting website on Erland just like we do for ethereum??
4 guest8485636052 2years ago Is the format of this file https://github.com/ElrondNetwork/sc-nft-collection-minter/blob/main/nft-minter/src/nft_attributes_builder.rs#L117 documented anywhere>?
4 Lok076910575 2years ago Guys sometimes when i visit elrondscan.com i get a message "You do not have permission to view this" then after a few minutes it get fixed automatically. Do you know the reason behind it?
4 jul8221856699 2years ago Hey, from what I know, the marketplaces send royalties automatically to the creator (also SC) (I know that from people running projects). I wonder what the purpose of these endpoints is: - https://github.com/ElrondNetwork/elrond-wasm-rs/blob/master/contracts/examples/nft-minter/src/lib.rs#L67 - htt... Read more
3 rar493349386 2years ago How can I return a message/status code from a SC call without using require!?
3 Die294003185 2years ago When we use a ManagedVec, we can't get the index 0 cause it's used to store the lenght?
3 bat482939456 2years ago Hey, I am looking to make transactions through my frontend (connect, verify/sign, stake, unstake, claim). I can’t find any resources to help me that. Any chance someone could help?
4 sam193027794 2years ago Hello, I am using this ( WithdrawTransaction from Delegator ) Is there a way to know the amount of EGLD received from withdraw after this ? If I use callback here.. can I know the amount of EGLD recevied ?
3 tho773646968 2years ago I never had an issue like that, try to disable your others extensions and restart your browser. Do you use chrome ?
3 tho773646968 2years ago Hello, I'm updating my SCs to prevent using heap memory, but I'm out of ideas could someone help me ? I want to check inside the smartcontract if caller addresses are whitelisted like this in the init function self.allowlist().insert(ManagedAddress::from_address(&Address::from(H256::from(hex!("1ff... Read more
3 sug8385513415 3years ago Sorry for Super beginner question. I am learning Rust and inspired to be a developer in blockchain industry. Just finished 3 rust beginner courses in Udemy. Anyone could advise the next step or learning path for me?