Skip to content

daviddprtma/aptos4-q2

 
 

Repository files navigation

Winner Bounty Aptos NFT Marketplace dApp🎉

Winner Announcement 🎉👀

The Aptos App for NFT Marketplace. Here, Iam implement additional features to make it more beautiful & have good chance to build a NFT.

The implementation:
✅ Add search function to make it easy for stackie to find the NFT based on name, price, and ID NFT.

✅ Add rarity feature in marketplace page & mint NFT called Legendary.

✅ Add update price & transfer NFT in my collection feature so stackie can update the price or transfer their NFT to other wallet.

🎨 Layout

💻 Technologies

🚀 Getting started

Here's the tutorial about how to use this project:

Prerequisites

Before to use this project, make sure that you have installed:

  • Petra Wallet Extension have been installed in your machine. Notes: If you have google chrome, then install it in here Petra Wallet Extension
  • After installed petra wallet, change your network from mainnet to devnet in the Setiings icon in bottom right -> navigate Network -> select Devnet.
  • Be sure to have the faucet token by click on Faucet and the you'll get free devnet APT.
  • Aptos CLI by type this in your terminal: curl -fsSL "https://aptos.dev/scripts/install_cli.py" | python3
  • Afterthat type aptos info to get the info for your aptos successfully downloaded.

Cloning

Clone this project

git clone https://github.com/daviddprtma/aptos4-q2.git

Starting

This is the tutorial about how to start the project

  1. Go to your directory
cd aptos4-q2
  1. Install NodeJS and npm
curl -fsSL https://fnm.vercel.app/install | bash
source ~/.bashrc
fnm install --lts

3.Install the dependency

npm i @aptos-labs/wallet-adapter-react @aptos-labs/wallet-adapter-ant-design petra-plugin-wallet-adapter --legacy-peer-deps
  1. Install React Router
npm install react-router-dom --legacy-peer-deps
  1. Run the application in your terminal
npm start

Video Presentation

For the video presentation, see it in below:

IMAGE ALT TEXT HERE

About

The Aptos App for NFT Marketplace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • HTML 5.6%
  • CSS 3.0%