Coder Social home page Coder Social logo

my_nft_market_place's Introduction

my_nft_market_place

NFT Marketplace Projesi

This project includes the commands and steps used to create an NFT (Non-Fungible Token) marketplace. Below are basic instructions on how to set up and run the project.

Requirements

Installation

  1. Install Solana CLI:

    sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
    
     Download Sugar-v3:
    
     bash
    

wget https://github.com/metaplex-foundation/sugar/releases/download/sugar-cmv3-alpha.3/sugar-ubuntu-latest mv sugar-ubuntu-latest sugar chmod +x sugar

Create Wallets:

''' shell solana-keygen new --outfile ./owner.json solana-keygen new --outfile ./creator.json ''''

Configure Solana:

solana config set --keypair $PWD/owner.json

solana config set --url https://rpc.ankr.com/solana_devnet

Airdrop SOL Tokens:

solana airdrop 2 <owner_pub_key>
solana airdrop 2 <creator_pub_key>

Add Wallets to Phantom.

Download and extract Asset files.

Create a configuration file for Sugar.

Upload Asset files using Sugar.

Create the Candy Machine and NFT collection.

Start the project.

License

This project is licensed under the MIT License.

my_nft_market_place's People

Contributors

melisaates avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.