mirror of https://github.com/status-im/EIPs.git
parent
ed6e8d6162
commit
30385fef6f
|
@ -25,7 +25,8 @@ This specification supersedes ERC #67, which is a URL format for representing ar
|
|||
### Syntax
|
||||
Payment request URLs contain "ethereum" in their schema (protocol) part and are constructed as follows:
|
||||
|
||||
request = "ethereum" ":" [ "pay-" ]target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ]
|
||||
request = erc831_part target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ]
|
||||
erc831_part = schema and optional prefix as defined in #831 - typically "ethereum" ":" [ "pay-" ] in this case
|
||||
target_address = ethereum_address
|
||||
chain_id = 1*DIGIT
|
||||
function_name = STRING
|
||||
|
|
Loading…
Reference in New Issue