/stuff-swap

An NFT marketplace to add collections, buy and sell NFT's

Primary LanguageJavaScriptMIT LicenseMIT

StuffSwap

license badge


Description

We created a mock online marketplace for NFTs (non-fungible tokens). We also created a mock NFT collection. The website will allow users to browse and purchase NFTs from the collection using cryptocurrency, such as Ethereum, as a payment method.

The website will have features such as a user registration and login system, a search bar to filter NFTs by their properties, and a shopping cart where users can store NFTs for purchase. Additionally, the website will have an admin panel where the owner of the NFT collection can manage the NFTs available for sale and view sales reports.

The project will involve building the front-end of the website using HTML, CSS, and JavaScript, as well as integrating a back-end framework using Solidity. A database will be created using Pinata to store user and NFT collection information. Lastly, integration with a cryptocurrency payment system such as MetaMask will be required to process payments for NFT purchases.


Table of Contents


1. Installation

If you would like to clone the repository, type git clone https://github.com/kheller18/stuff-swap.git. In the terminal, with the conda dev environment activated, install the following packages and dependencies before running the application. To understand how to install these, refer to the Usage.

  • MetaMask

2. Usage

You'll need to navigate to your web browser and follow this link https://metamask.io/, you will then hit the download button.

After this is installed, please refer to the Deployment section for instructions on how to view or edit the notebook.


3. License

MIT License

Copyright (c) 2023 Keenan Heller | Olga Ortega | Audell Sabeti | Ariana Moreno | Rachel Hodson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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.

4. Contributing


5. Tests

  • There are currently no tests associated with this project.

6. Deployment

  • There is currently no live deployment of this notebook on a common server, but the user has the ability to run this notebook locally on their machine via:

Registering new artwork


7. Contact