Skip to content

Commit 98cd63e

Browse files
committed
add limited vs forever edition minimal description
1 parent 53a5c25 commit 98cd63e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/sdk/edition.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ const { isSoundEditionV1, isSoundEditionV2 } = await publicClient.soundEditionVe
2323

2424
# Sound Edition V2 (Tiered Editions)
2525

26+
## Limited Edition vs Forever Edition
27+
28+
Conceptually on https://www.sound.xyz when the tier is `1` we consider it as `Limited Edition` and when tier is `0` we consider it as `Forever Edition`. But the contract allows any non-zero tier to be part of a Sound Contract, but currently our upload tool only handles tier `1` and `0`.
29+
30+
## Usage
31+
2632
After extending the viem instance, you will have full type-safety and autocomplete on the sub-path `publicClient.editionV2` and `walletClient.editionV2`.
2733

2834
You can also check [github.com/soundxyz/sdk/examples/nextjs/src/app/v2/page.tsx](https://github.com/soundxyz/sdk/blob/main/examples/nextjs/src/app/v2/page.tsx) as a real world example

0 commit comments

Comments
 (0)