Yes, it is official wallet extension ????
dra8809196860 activity
dra8809196860 commented on Hi, where I can find some docs about erdpy-sdk ?
https://docs.elrond.com/sdk-and-tools/erdpy/erdpy/
dra8809196860 commented on I mean why such traps even exist? Can you imagine getting spam emails that you cant delete? What do I do know?
Yes, I agree with you. This has been already addressed and some solutions will come in the future
dra8809196860 commented on is there a way to track the API that did tx broadcasting?
Let`s hope he`s moving the funds to the right path.
dra8809196860 commented on 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
cc: @Stan_Sava
dra8809196860 commented on Is there a way to convert an enum to u8 in rust?
#[derive(Copy, Clone)] enum Foo { Bar = 1, } fn f(foo: &Foo) -> u8 { *foo as u8 } Try this
dra8809196860 commented on 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
Thats for the owner to claim/get the funds from the SC
dra8809196860 commented on Is it possible to update the name?
Also i confirm that atm the name cannot be checked
dra8809196860 commented on Ill try to see If I can figure out how to check for name. nft_update_attributes does not have name param. I take it that is not possible to update the name?
In the scCall you pass the arguments for the createNft (SC`s endpoint_ , not for esdt_nft_create. https://github.com/ElrondNetwork/elrond-wasm-rs/blob/71e8f06190c9729ddc15a3987c0a1e14437a71cc/contracts/examples/nft-minter/src/nft_module.rs#L177 you can see that the esdt_nft_create is used as described in the documentation.
dra8809196860 commented on For an SFT?
SFT/NFT/Meta esdt/fungile esdt, they are all esdts, and are treated the same way.
dra8809196860 commented on Ok, thanks... ? And I assume I don't need to provide any logo, right?
You do have to provide the logo.
dra8809196860 commented on Hi, does anyone have experience in setting up observer nodes?
Whats your issue? You should have all the documentation needed on docs.elrond.com
dra8809196860 commented on Thanks a lot ! That is the api call that you used for elrond.tax ?
short answer: yes *we have some additional things on top of elrond`s express-api that are using what is already implemented.
dra8809196860 commented on Hi, does anyone know if the transaction history of an account is available without looping through all the blockchain record of transactions please ?
https://api.elrond.com/transactions?from=0&size=25&receiver=*address* https://api.elrond.com/transactions?from=0&size=25&sender=*address*