oleggrib
oleggrib
Steps to reproduce: 1. Android 12-> Alphawallet ->internal browser -> attestation.id 2. Enter email and click Submit 3. page will stuck (wait for signature) 4. we can click to the...
When I am trying to create emailAttestation on https://attestation-foxgem.vercel.app/ through WalletConnect -> Android AW with imported wallet then it returns static signature: "0x3030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030" We had a chat about that, but...
TN detects Safari and use new tab, but authenticator dont use this check and still use iframe and got an error. Would be good for Authenticator to check how page...
Based on the https://github.com/TokenScript/attestation/issues/203 , last @jot2re comments say the same. For NFT attestation currently User signs 1. simple text string as CSR (Certificate Signing Request) 2. whole object IdAttestation+NFTpayload...
few month ago we updated ticket schema to allow ticketId as string. https://github.com/TokenScript/attestation/issues/221 so new tickets can be passed for minting to the SmartContract. so we need updated validationContract to...
As @colourful-land mention in the https://github.com/TokenScript/attestation/issues/203 , we have to avoid reuse of that flow and ask for single IDAttestations per twitter login session. My suggestion: - when user auth...
Minting Contract code - https://github.com/TokenScript/attestation/blob/b545e1a640e3623206b24bdd76f9ba4f95879296/ethereum/attestation-test/contracts/AttestationMintable.sol Contract address - 0xd2336c95896f8165D9e46Db4671d83ceA90C87F3 Network - Rinkeby tokenURI() according to the rules: https://github.com/AlphaWallet/AlchemyNFT/blob/main/docs/PERMALINKS.md (in the contract code its different, but updated after contract deployed) @JamesSmartCell...
Hello This PR created to support ERC5169. Basically its option to add list of URLs to the contract. We have to save URLs to contracts because URLs will be links...
Hello. Lets check situation when user have 2 wallets on mobile phone. User connect wallet1 with walletConnectV2 Then user realize that its wrong wallet and he wants to connect wallet2...
In case if developer have website option to connect wallet then can be helpful to let user pass provider or at least provider name and TN can use this provider...