Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jackchuma committed Jan 4, 2025
1 parent 6346cdb commit a2a020d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ERCS/erc-7856.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cspr://<recipient>/<amount>/<token-address>?on-success=<success-callback-url>&on
- `cspr://` - [REQUIRED] Short for "Chain-Specific Payment Request". Indicates a blockchain-based payment request.
- `<recipient>` - [REQUIRED] The blockchain account requesting the payment (represented as a CAIP-10 account identifier).
- `<amount>` - [REQUIRED] The amount of tokens to be sent, specified as an integer or decimal number.
- `<token-address>` - [REQUIRED] The contract address of the [ERC-20](./erc-20.md) token to send (represented as a base64 encoded string). The special value `native` can be used to request the native currency of the specified chain (if the chain supports a native currency).
- `<token-address>` - [REQUIRED] The contract address of the [ERC-20](./eip-20) token to send (represented as a base64 encoded string). The special value `native` can be used to request the native currency of the specified chain (if the chain supports a native currency).
- `<success-callback-url>` - [OPTIONAL] The URL to redirect the user to after the transaction is confirmed.
- `<error-callback-url>` - [OPTIONAL] The URL to redirect the user to after the transaction fails.

Expand Down Expand Up @@ -80,9 +80,9 @@ The token address in this URI standard is represented as a base64 encoded string

### Related Work

[ERC-681](./erc-681.md) is a related standard that defines a similar URI scheme for specifying token transfers in Ethereum. However, ERC-681 includes additional parameters for specifying transaction details, which were deemed unnecessary for the scope of this standard. The focus of this EIP is on simplicity and clarity in payment request specifications, with the expectation that transaction details will be handled by the user's wallet application.
[ERC-681](./eip-681) is a related standard that defines a similar URI scheme for specifying token transfers in Ethereum. However, ERC-681 includes additional parameters for specifying transaction details, which were deemed unnecessary for the scope of this standard. The focus of this EIP is on simplicity and clarity in payment request specifications, with the expectation that transaction details will be handled by the user's wallet application.

[ERC-831](./erc-831.md) is another related standard that specifies a URI format for Ethereum. Instead of focusing exclusively on Ethereum and its rollups, this EIP is designed to be compatible with all blockchains. The primary distinction lies in the selection of the URI identifier.
[ERC-831](./eip-831) is another related standard that specifies a URI format for Ethereum. Instead of focusing exclusively on Ethereum and its rollups, this EIP is designed to be compatible with all blockchains. The primary distinction lies in the selection of the URI identifier.

## Backwards Compatibility

Expand Down

0 comments on commit a2a020d

Please sign in to comment.