Skip to content

Commit 6f54a2d

Browse files
committed
adding links to the SDK classes
1 parent 693c4e4 commit 6f54a2d

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

docs/200-core-concepts/020-polyx/staking.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Once you have staked your POLYX, you will have access to additional actions thro
100100
Depending on the type of key selected (Controller or Stash), you may not have access to all of these options.
101101
:::
102102

103+
## With the SDK
104+
105+
Use the [Staking Class](https://developers.polymesh.network/sdk-docs/classes/API/Client/Staking/) to implement basic staking functionality.
106+
103107
## Additional Resources
104108

105109
- [Staking Guide](https://community.polymesh.live/hc/en-us/articles/12131464556060-How-to-stake-on-the-Polymesh-Portal)

docs/200-core-concepts/040-assets/010-fungible.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ After creation, issuers or their appointed [agents](/asset-agents) can issue tok
5656

5757
- **Transfer Restrictions**: In addition to identity-based on-chain compliance rules, Polymesh provides advanced transfer restriction features for fungible assets via the statistics pallet. These allow issuers to enforce count and percentage ownership restrictions such as a maximum investor count, maximum ownership percentage, and claim-based restrictions (e.g., jurisdiction, accreditation claim count restrictions). See [Transfer Restrictions](/compliance/transfer-restrictions) for details.
5858

59+
## With the SDK
60+
- [Asset class](https://developers.polymesh.network/sdk-docs/classes/API/Client/Assets/) handles all asset related functionality.
61+
5962
## Further Reading
6063

6164
- [Asset Management](/assets)

docs/200-core-concepts/040-assets/020-nft.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ Both Token and Image URIs follow a consistent resolution process:
168168

169169
:::
170170

171+
## With the SDK
172+
- The [NFT Class](https://developers.polymesh.network/sdk-docs/classes/API/Entities/Asset/NonFungible/Nft/) is used to manage Nft functionality.
173+
- The [NFT Collection Class](https://developers.polymesh.network/sdk-docs/classes/API/Entities/Asset/NonFungible/NftCollection/) is used to manage NFT collections.
174+
171175
## Further Reading
172176

173177
- [Asset Management](/assets)

docs/200-core-concepts/040-assets/040-metadata.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,6 @@ Metadata entries support three lock states:
142142
- Only asset issuers or [authorized agents](/asset-agents) can modify local metadata
143143
- Global metadata modifications require governance approval
144144
- Lock status can prevent modifications even by authorized parties
145+
146+
### With the SDK
147+
The [Metadata class](https://developers.polymesh.network/sdk-docs/classes/API/Entities/Asset/Base/Metadata/) handles all asset metadata related functionality.

docs/200-core-concepts/040-assets/090-agents.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ The [`AssetPermissions`](/sdk-docs/classes/API/Entities/Identity/AssetPermission
171171

172172
Acceptance of an authorization request to become an agent is done with the [Authorizations](/sdk-docs/classes/API/Entities/Identity/#authorizations) (accessed via `identity.authorizations`).
173173

174+
## With the SDK
175+
176+
- Use the [Permissions Class](https://developers.polymesh.network/sdk-docs/classes/API/Entities/Asset/Base/Permissions) for basic agent operations on the Asset level.
177+
- Use the [AssetPermissions Class](https://developers.polymesh.network/sdk-docs/classes/API/Entities/Identity/AssetPermissions/) for basic agent related functionality on the Identity level.
178+
174179
## Summary
175180

176181
Polymesh's agent system provides a robust and granular framework for delegating asset management responsibilities. By leveraging predefined and custom agent groups, issuers can securely grant specific permissions to third parties or internal teams, ensuring compliance and operational efficiency while adhering to the principle of least privilege. The two-stage invitation/acceptance process adds a layer of security, requiring explicit consent from the designated agent.

docs/200-core-concepts/040-assets/110-sto.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,7 @@ Both the STO creator and investors must consider portfolio management:
207207

208208
- **For Creators**: The offering portfolio must contain sufficient tokens, which become locked during the STO exclusively for distribution by the offering.
209209
- **For Investors**: The funding portfolio must contain sufficient raising assets, and the offering tokens will be deposited into the investment portfolio.
210+
211+
### With the SDK
212+
213+
Use the [Offering Class](https://developers.polymesh.network/sdk-docs/classes/API/Entities/Offering/) to implement basic STO functionality.

0 commit comments

Comments
 (0)