Yes
oct63147845 activity
oct63147845 commented on where can I see all the available methods?
Those methods are used by wallet-connect service
oct63147845 commented on any examples on what to do with the transaction after i sign it? how do i send it to the blockchain?
You just need to send it to API
oct63147845 commented on yes that i understand but even if we do it in chunks like: "from=10000&size=10" ? for transactions i can get the next 10k-20k transactions "from=10000&size=10000" but for NFT's why not?
I don't know how you can do that for transactions. https://api.elrond.com/transactions?from=10&size=10000 this is not working for me
oct63147845 commented on Hello guys, I have a question. I want to get a snapshot of the addresses of a 10k+ SFT collection. For example "Maiarpunks" (supply 10010) I was trying to do it in two batches: 1-10000 and then 10001-10010: This works just fine: https://api.elrond.com/nfts/MAIARPUNKS-3db7e8-*/accounts?size=10000 ... Read more
10k is the API limitation
oct63147845 commented on Hi, I'm trying to implement a library in C# to connect to Maiar Wallet. Basically, I transformed 'Wallet Connect provider' from Elrond github repo into C# library but I have some problems. I managed to connect to Maiar but when I send a TX to be signed is not showing in Maiar. I am using the same TX... Read more
@AndreiMarinica please ????