Skip to content

Commit ae7cee4

Browse files
committed
added link to rwa in the index page
1 parent cc8663a commit ae7cee4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/stellar-contracts/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
title: Stellar Smart Contracts Suite
33
---
44

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.
68

79
## Tokens
810

911
* **[Fungible Tokens](/stellar-contracts/tokens/fungible/fungible)**: Digital assets representing a fixed or dynamic supply of identical units.
1012
* **[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.
1114

1215
## Access Control
1316

@@ -30,6 +33,7 @@ we use the following convention:
3033

3134
* Fungible: `1XX`
3235
* Non-Fungible: `2XX`
36+
* Real World Assets: `3XX`
3337

3438
Any future tokens will continue from `4XX`, `5XX`, and so on.
3539

0 commit comments

Comments
 (0)