@net-protocol/bazaar 0.1.3 → 0.1.4
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
**Status: In Development** - This package is under active development. APIs may change without notice.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
SDK for Net Bazaar - a decentralized bazaar storing all orders onchain via Seaport.
|
|
6
6
|
|
|
7
7
|
## What is Net Bazaar?
|
|
8
8
|
|
|
9
|
-
Net Bazaar is a decentralized
|
|
9
|
+
Net Bazaar is a decentralized bazaar built on Net Protocol. All orders are stored onchain. It uses Seaport for order execution and Net Protocol for order storage and indexing.
|
|
10
10
|
|
|
11
11
|
**Key features:**
|
|
12
12
|
- **NFT Listings**: Buy and sell NFTs with native currency
|
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ export { j as ConsiderationItem, l as CreateCollectionOfferParams, k as CreateLi
|
|
|
5
5
|
import { Seaport } from '@opensea/seaport-js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* BazaarClient - Client for interacting with Net Bazaar
|
|
8
|
+
* BazaarClient - Client for interacting with Net Bazaar
|
|
9
9
|
*
|
|
10
10
|
* Provides methods for:
|
|
11
11
|
* - Reading NFT listings and collection offers
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { j as ConsiderationItem, l as CreateCollectionOfferParams, k as CreateLi
|
|
|
5
5
|
import { Seaport } from '@opensea/seaport-js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* BazaarClient - Client for interacting with Net Bazaar
|
|
8
|
+
* BazaarClient - Client for interacting with Net Bazaar
|
|
9
9
|
*
|
|
10
10
|
* Provides methods for:
|
|
11
11
|
* - Reading NFT listings and collection offers
|