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.
Here's the tutorial about how to use this project:
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.
Clone this project
git clone https://github.com/daviddprtma/aptos4-q2.git
This is the tutorial about how to start the project
- Go to your directory
cd aptos4-q2
- 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
- Install React Router
npm install react-router-dom --legacy-peer-deps
- Run the application in your terminal
npm start
For the video presentation, see it in below: