In this project, we aim to create an NFT marketplace decentralized application (dapp) for the auction of digital assets using smart contracts, solidity and streamlit.
In recent years, there has been an ever increasing interest in NFTs - As an example, one NFT which was just an image of a column written in New York Times sold for $560,000 in a matter of days. Observing such keen interest in the demand and sale of NFTs as well as the expanding market for digital assets, we felt it would be a great idea to launch our very own MINT Auction Marketplace.
MINT's goal is to support local and emerging artists and provide them a fast and efficient FinTech platform to register their work and sell them through an auction-based marketplace allowing them to connect with collectors all over the world through a decentralized network.
Our NFT auction marketplace provides:
- A platform that connects artists and collectors through blockchain technology with complete transparency. It holds asset/token/deed that is to be auctioned using ERC721 standards.
- Works with digital assests stored over an established and secure file storage system (IPFS - Pinata)
- ERC20 Token as a reward for participating in the ecosystem. This would be a benefit for upcoming projects.
- MINT does not charge any fees or retain any of the profits from the NFT sales hence providing a free of cost platform for the artists. As opposed to OpenSea, who charge a chunky one-time registration fee to list each NFT as well as recurring fees.
Our NFT marketplace is built using the following technologies:
- Solidity (smart contracts)
- Remix IDE
- Streamlit (frontend)
- Decentralized Blockchain Network (Ganache)
- Pinata
- Python
- os
- json
- requests
- web3
- pathlib
- dotenv
- streamlit
- dataclasses
- typing
- openzeppelin (ERC721, ERC721URIStorage, Ownable, Counters)
Download the following files to help you get started:
To run the application, clone the code from this GitHub repository.
- Compile the
InAppCoin.sol
to ensure it compiles without any errors. - Compile the
file_registry.sol
to ensure it is compiled successfully. - Prior to deployment, ensure your Ganache Provider is connected and the corresponding wallet is selected.
- Deploy the
InAppCoin.sol
and check the deployed contracts to ensure it is there. Copy the address to the .env file. - Deploy the
file_registry.sol
and check the deployed contract to ensure it is there. Copy the address to the .env file. - To proceed with the auction process on the registered NFT, please follow the steps demonstrated in the Auction Demo (see Videos Demos section).
- Load Ganache WEB3_PROVIDER_URI.
- Copy STORE_OWNER_WALLET_ADDRESS from Ganache.
- Copy deployed InAppCoin_SMART_CONTRACT_ADDRESS from InAppCoin.sol.
- Copy deployed FILE_TOKEN_ADDRESS from file_registry.sol.
- Load PINATA_API_KEY and PINATA_SECRET_KEY.
- Open command line interface terminal
- For MINT Marketplace dapp, navigate to location, then input command
streamlit run full_app.py
Optimization of our dApp would include the following two components:
- Visual Tokens - Show visual/artwork with description for token for buyer rather than just token number and metadata
- Auction - Implement auction, tracking bids over time, with transfer when transaction is approved
Project Team
Created by Yu Takahashi, Silvano Ross, Saidee Padilla and Tracie Stipp while in the UW FinTech Bootcamp
Contact Info:
email: [email protected] | GitHub | LinkedIn
email: [email protected] | GitHub | LinkedIn
email: [email protected] | GitHub | LinkedIn
email: [email protected] | GitHub | LinkedIn