Open mesqueeb opened 6 years ago
As per the EIP-681 standard (draft) the QR code scan fields are:
request = "ethereum" ":" [ "pay-" ]target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ] target_address = ethereum_address chain_id = 1*DIGIT function_name = STRING ethereum_address = ( "0x" 40*40HEXDIG ) / ENS_NAME parameters = parameter *( "&" parameter ) parameter = key "=" value key = "value" / "gas" / "gasLimit" / "gasPrice" / TYPE value = number / ethereum_address / STRING number = [ "-" / "+" ] *DIGIT [ "." 1*DIGIT ] [ ( "e" / "E" ) [ 1*DIGIT ] [ "+" UNIT ]
Especially when it comes to the value and ethereum_address fields, Trust wallet currently uses amount and ethereum. Are there any chances this standard will be supported as well in the future?
value
ethereum_address
amount
ethereum
@mesqueeb thx for request I will do investigation on this issue.
As per the EIP-681 standard (draft) the QR code scan fields are:
Especially when it comes to the
value
andethereum_address
fields, Trust wallet currently usesamount
andethereum
. Are there any chances this standard will be supported as well in the future?