2 pat8345361196c/ElrondDevelopers 3years ago hey guys, from the elrond api it's possible to somehow get the rank of collection or particular nft? Like we have nfts collection https://deadrare.io/ where elrond apes is #1 but also particular nfts has some rank?
1 pat8345361196c/ElrondDevelopers 3years ago and going to test this, but there is at this way to sign a message at front-end correct? That means I don't need sign this message?
1 pat8345361196c/ElrondDevelopers 3years ago I am trying to Sign on front-end message (new Signable) and then Verify that on backend, this is how I sign the message iwth Maiar DeFi Wallet ``` const { address, signature } = providerInstance.account; const msg = address + 'patryk' + JSON.stringify({}); const message = new SignableMessage({ ... Read more
1 pat8345361196c/ElrondDevelopers 3years ago What should I send to backend and I will be sure that it's owner of th wallet?