From 0e70b4628039be0ab03072e17ae292e9eb82aa5f Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:01:24 +0100 Subject: [PATCH 1/2] Update README.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8643c0471..1f4d57a67 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # Forge projects forge install https://github.com/thirdweb-dev/contracts -# Hardhat / npm based projects +# Hardhat / npm-based projects npm i @thirdweb-dev/contracts ``` From 31ae06bb39edd4b7500fa4efac88d8d7f3f3725c Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:03:27 +0100 Subject: [PATCH 2/2] Update marketplace-v3.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- contracts/prebuilts/marketplace/marketplace-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/prebuilts/marketplace/marketplace-v3.md b/contracts/prebuilts/marketplace/marketplace-v3.md index d224b95fe..ac3b48d28 100644 --- a/contracts/prebuilts/marketplace/marketplace-v3.md +++ b/contracts/prebuilts/marketplace/marketplace-v3.md @@ -8,7 +8,7 @@ The document is written for technical and non-technical readers. To ask further ## Background -The [thirdweb](https://thirdweb.com/) `Marketplace V3` is a marketplace where where people can sell NFTs — [ERC 721](https://eips.ethereum.org/EIPS/eip-721) or [ERC 1155](https://eips.ethereum.org/EIPS/eip-1155) tokens — at a fixed price ( what we'll refer to as a "Direct listing"), or auction them (what we'll refer to as an "Auction listing"). It also allows users to make "Offers" on unlisted NFTs. +The [thirdweb](https://thirdweb.com/) `Marketplace V3` is a marketplace where people can sell NFTs — [ERC 721](https://eips.ethereum.org/EIPS/eip-721) or [ERC 1155](https://eips.ethereum.org/EIPS/eip-1155) tokens — at a fixed price ( what we'll refer to as a "Direct listing"), or auction them (what we'll refer to as an "Auction listing"). It also allows users to make "Offers" on unlisted NFTs. `Marketplace V3` offers improvements over previous version in terms of design and features, which are discussed in this document. You can refer to previous (v2) `Marketplace` design document [here](https://github.com/thirdweb-dev/contracts/blob/main/contracts/prebuilts/marketplace-legacy/marketplace.md).