forked from XRPLF/XRPL-Standards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstandards.toml
More file actions
29 lines (25 loc) · 695 Bytes
/
standards.toml
File metadata and controls
29 lines (25 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[[STANDARD]]
name = "XLS-2d"
title = "XRPL Destination format parser"
draft = true
[[STANDARD]]
name = "XLS-5"
title = "Tagged Addresses"
draft = false
documentation = "https://xrpaddress.info"
implementation = "https://www.npmjs.com/package/xrpl-tagged-address-codec"
[[STANDARD]]
name = "XLS-7"
title = "Deletable Accounts on the XRP Ledger"
draft = false
documentation = "https://xrpl.org/accountdelete.html"
[[STANDARD]]
name = "XLS-12"
title = "Secret Numbers"
draft = false
implementation = "https://www.npmjs.com/package/xrpl-secret-numbers"
[[STANDARD]]
name = "XLS-20"
title = "Non-Fungible Token Support"
draft = false
implementation = "https://github.com/XRPLF/rippled/pull/4101"