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/index.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
title: Stellar Smart Contracts Suite
3
3
---
4
4
5
-
Explore our comprehensive suite of secure and scalable smart contract utilities for Stellar Soroban. Our libraries provide robust implementations for fungible and non-fungible tokens, along with powerful tools for access control and contract management.
5
+
Explore our comprehensive suite of secure and scalable smart contract utilities for Stellar Soroban.
6
+
Our libraries provide robust implementations for fungible and non-fungible tokens, along with powerful tools
7
+
for access control and contract management.
6
8
7
9
## Tokens
8
10
9
11
***[Fungible Tokens](/stellar-contracts/tokens/fungible/fungible)**: Digital assets representing a fixed or dynamic supply of identical units.
10
12
***[Non-Fungible Tokens (NFTs)](/stellar-contracts/tokens/non-fungible/non-fungible)**: Unique digital assets with verifiable ownership.
13
+
***[Real World Assets (RWAs)](/stellar-contracts/tokens/rwa/rwa)**: Digital assets representing real-world assets.
11
14
12
15
## Access Control
13
16
@@ -30,6 +33,7 @@ we use the following convention:
30
33
31
34
* Fungible: `1XX`
32
35
* Non-Fungible: `2XX`
36
+
* Real World Assets: `3XX`
33
37
34
38
Any future tokens will continue from `4XX`, `5XX`, and so on.
0 commit comments