diff --git a/README.md b/README.md index 28348bd..a4c5dde 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Instead of standard SBTs, TON Society uses compressed ones. This approach allows 1. Information about cSBT collections and minted items is stored on the TON Society's backend service. 2. Minting proofs for a given collection are sent on-chain every 24 hours in a single transaction — this leads to significant savings on fees. -3. TON Society's minting system is fully complaint with [Compressed SBT Standard](https://github.com/krigga/TEPs/blob/compressed-nfts/text/0000-compressed-nft-standard.md#1-itemsindex). All ecosystem players willing to display these cSBTs should support it using [open APIs](https://ton-developers.github.io/ton-society/#/Compressed%20SBTs) built according to the Standard. +3. TON Society's minting system is fully complaint with [Compressed SBT Standard](https://github.com/krigga/TEPs/blob/compressed-nfts/text/0000-compressed-nft-standard.md#1-itemsindex). All ecosystem players willing to display these cSBTs should support it using [open APIs](https://ton-society.github.io/sbt-platform/#/Compressed%20SBTs) built according to the Standard. 4. Currently, cSBT items and collections minted through TON Society are supported and displayed by Getgems, TON Space, Tonkeeper, Tonviewer, and the TON API. If activity owners decide to reward their participants using classic SBT collections, they need to implement minting on their own. Afterward, the activity and its minted collection can be registered in the TON Society catalog to increase visibility and attract more interest. @@ -55,8 +55,8 @@ To get a personalized link: ### 3. Access cSBT and user data to display on a project side Use TON Society APIs to display minted cSBTs and user information in your project. -**[Users and Collections](https://ton-developers.github.io/ton-society/#/Users)**
+**[Users and Collections](https://ton-society.github.io/sbt-platform/#/Users)**
Provides access to publicly available information on society.ton.org regarding registered users and the SBT/cSBT collections associated with them. -**[cSBT data](https://ton-developers.github.io/ton-society/#/Compressed%20SBTs)**
+**[cSBT data](https://ton-society.github.io/sbt-platform/#/Compressed%20SBTs)**
Provides access to cSBT collections minted via TON Society in your project. This information complies with the [Compressed SBT Standard](https://github.com/krigga/TEPs/blob/compressed-nfts/text/0000-compressed-nft-standard.md#1-itemsindex). diff --git a/docs/openapi.yaml b/docs/openapi.yaml index eaad417..791b849 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -267,7 +267,7 @@ paths: get: tags: - Compressed SBTs - summary: For a specific collection (by its Id), returns an item's data and proof cell + summary: For a specific collection, returns an item's data and the proof cell description: The endpoint follows specifications outlined in the ["Compressed NFT Standard"](https://github.com/krigga/TEPs/blob/compressed-nfts/text/0000-compressed-nft-standard.md#1-itemsindex) operationId: findCsbtItem parameters: @@ -305,7 +305,7 @@ paths: get: tags: - Compressed SBTs - summary: For a specific collection (by its Id), returns list of items in a slice given its offset and count + summary: For a specific collection, returns a list of items in a slice given its offset and count description: The endpoint follows specifications outlined in the ["Compressed NFT Standard"](https://github.com/krigga/TEPs/blob/compressed-nfts/text/0000-compressed-nft-standard.md#2-itemsoffsetoffsetcountcount) operationId: findCsbtItems parameters: @@ -325,14 +325,14 @@ paths: schema: type: integer default: 0 - - name: Count + - name: count in: query description: Number of items to return required: true explode: true schema: - type: string - default: EQCuSUgDsTjTIl-fiVYy8PppqpIgJX3Xn8Cjzjb8YMW-YatV + type: number + default: 26 responses: '200': description: Successful operation @@ -350,7 +350,7 @@ paths: get: tags: - Compressed SBTs - summary: Returns the state of a compressed SBT collection (given its Id) + summary: Returns the state of a compressed SBT collection description: The endpoint follows specifications outlined in the ["Compressed NFT Standard"](https://github.com/krigga/TEPs/blob/compressed-nfts/text/0000-compressed-nft-standard.md#3-state) operationId: findCsbtCollectionState parameters: @@ -361,7 +361,7 @@ paths: explode: true schema: type: string - default: EQCuSUgDsTjTIl-fiVYy8PppqpIgJX3Xn8Cjzjb8YMW-YatV + default: EQAyaHk64ZntohYtixic2oOt2jyRV_GpJ0Qn-yl4Kh9vJz_i responses: '200': description: Successful operation