@medialane/sdk 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +118 -408
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +79 -309
- package/dist/index.d.ts +79 -309
- package/dist/index.js +118 -408
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ All methods require a `starknet.js` `AccountInterface`. Nonce management, SNIP-1
|
|
|
79
79
|
|
|
80
80
|
Two marketplace modules are available:
|
|
81
81
|
- `client.marketplace` — ERC-721 marketplace (`Medialane` contract)
|
|
82
|
-
- `client.marketplace1155` — ERC-1155 marketplace (`
|
|
82
|
+
- `client.marketplace1155` — ERC-1155 marketplace (`Medialane1155V2` contract, deployed 2026-04-28)
|
|
83
83
|
|
|
84
84
|
### Create a Listing (ERC-721)
|
|
85
85
|
|
|
@@ -159,7 +159,7 @@ const result = await client.marketplace.createCollection(account, {
|
|
|
159
159
|
|
|
160
160
|
## ERC-1155 Marketplace (Medialane1155)
|
|
161
161
|
|
|
162
|
-
For IP assets from ERC-1155 collections (e.g. IP-Programmable-ERC1155-Collections). Contract: `
|
|
162
|
+
For IP assets from ERC-1155 collections (e.g. IP-Programmable-ERC1155-Collections). Contract: `0x02bfa521c25461a09d735889b469418608d7d92f8b26e3d37ef174a4c2e22f99`.
|
|
163
163
|
|
|
164
164
|
### Create an ERC-1155 Listing
|
|
165
165
|
|