Skip to content

Commit

Permalink
feat: Add TIP-5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-mazekine committed Apr 1, 2024
1 parent 246e5aa commit 6bd79bc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/standard/TIP-5/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The purpose of this URI scheme is to enable users to easily make payments in EVE

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

All symbols in the payment link MUST be encoded following the guidelines set out in RFC 3986.

### General rules for handling
Everscale clients MUST NOT act on URIs without getting the user’s authorization. They SHOULD require the user to manually approve each payment individually, though in some cases, they MAY allow the user to make this decision automatically.

Expand Down Expand Up @@ -117,17 +119,18 @@ Characters must be URI encoded properly.
##### `ever:` protocol
```
ever:0:e2b874ee05cd7e5d1475d90bab04d26974e67fe7aef97d730c2adcba5ea895c3
ever:EQDiuHTuBc1+XRR12QurBNJpdOZ/5675fXMMKty6XqiVwzE9
ever:EQDiuHTuBc1-XRR12QurBNJpdOZ_5675fXMMKty6XqiVwzE9
ever:UQDiuHTuBc1+XRR12QurBNJpdOZ/5675fXMMKty6XqiVw2z4
ever:UQDiuHTuBc1-XRR12QurBNJpdOZ_5675fXMMKty6XqiVw2z4
```

##### `everscale:` protocol
```
everscale:0:e2b874ee05cd7e5d1475d90bab04d26974e67fe7aef97d730c2adcba5ea895c3
```

##### `tvm:42:` protocol
```
tvm:42:0:e2b874ee05cd7e5d1475d90bab04d26974e67fe7aef97d730c2adcba5ea895c3
```

##### URL-like link
```
ever://0:e2b874ee05cd7e5d1475d90bab04d26974e67fe7aef97d730c2adcba5ea895c3
Expand Down Expand Up @@ -160,5 +163,5 @@ ever:0:e2b874ee05cd7e5d1475d90bab04d26974e67fe7aef97d730c2adcba5ea895c3?special1

## Reserved standard extensions
The future standard extensions are reserved:
* [TIP-5.2](2.md) — URI scheme (TIP-3 fungible token payment link)
* [TIP-5.3](3.md) — URI scheme (TIP-3 non-fungible token payment link)
* `TIP-5.2` — URI scheme (TIP-3 fungible token payment link)
* `TIP-5.3` — URI scheme (TIP-4 non-fungible token payment link)

0 comments on commit 6bd79bc

Please sign in to comment.