This project is a Web3 Marketplace inspired by Amazon. For this project I followed the YouTube tutorial by "Dapp University". You can find the video here: YouTube This project is now deployed on Goerli Testnet.
- Solidity (Writing Smart Contracts)
- Javascript (React & Testing)
- Hardhat (Development Framework)
- Ethers.js (Blockchain Interaction)
- React.js (Frontend Framework)
If you want to try it out yourself follow this Link
If you want to clone the repo and use it in your local environment follow these steps.
- clone this repository
- make sure you installed all dependencies:
$ npm install
- start your local hardhat node:
$ npx hardhat node
- deploy the contract:
$ npx hardhat run ./scripts/deploy.js --network localhost
- start frontend:
npm run start
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.