You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/stellar-contracts/tokens/rwa/rwa.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,11 @@ graph TB
46
46
end
47
47
48
48
subgraph "Optional Extensions"
49
-
DM[Document Manager<br/>ERC-1643]
49
+
DM[Document Manager]
50
50
end
51
51
52
52
IDV --> IVS
53
53
54
-
55
-
56
54
subgraph "Identity Stack"
57
55
IVS[Custom Identity Suite]
58
56
end
@@ -510,4 +508,4 @@ When implementing RWA tokens, consider the following security aspects:
510
508
4.**Freezing**: Use freezing mechanisms carefully as they lock user funds
511
509
5.**Recovery**: Recovery operations should have strict authorization and verification
512
510
6.**Pausability**: The pause mechanism should only be accessible to authorized administrators
513
-
7.**Contract Upgrades**: Consider using immutable periphery contracts or implementing upgrade mechanisms carefully
511
+
7.**Contract Upgrades**: Consider following a secure upgrade strategy for your contracts. See: [Contract Upgrades](/stellar-contracts/utils/upgradeable)
0 commit comments