web3-master / zoo-nft-market-solana

Zoo NFT Market on Solana
MIT License
5 stars 5 forks source link

🏆

🏆🏆🏆 Zoo NFT Market Solana 🏆🏆🏆

Simple but full fledged NFT market place built with Anchor framework for solana blockchain.

📺 LIVE ON (Solana Devnet)

https://zoo-nft-market-solana.surge.sh

📜 Program

⚔️ Used technologies

Rust langage: General-purpose programming language designed for performance and safety.

Cargo : Rust build system and package manager.

Anchor framework: A framework for quickly building secure Solana programs.

Solana cli: Command line tool to interact solana cluster.

📝 Description

Program Address in Devnet

Program implemented 2 main features.

  1. NFT minting.

  2. NFT marketplace.

📺 DApp

⚔️ Used technologies

@solana/web3.js: Node.js library to integrate the front end into the solana program backend.

antd: Excellent UI template library for react.js.

React.js: For our front end building.

ipfs: Decentralized storage service. We stores all images and metadata here.

📝 Description

This is react.js based decentralized front-end application for our animal owners and buyers. Now it has the following features.

  1. Wallet connection. It supports major Solana wallets such as Phantom and Solflare.
  2. Mint. Any user can mint his/her own animal's NFT here.
  3. Market. All animals' NFTs are listed here. NFT owner can start fixed price sale or auction. Buyer can buy fixed price sale item or bid to live auction to win.