Giter Site home page Giter Site logo

nfts_upload_to_opensea_with_metadata's Introduction

NFTs_Upload_To_OpenSea_With_Metadata

Instructions:

  • Basic installation of Python for beginners:

    • Download this repository or clone it:
git clone https://github.com/nftdevs/NFTs_Upload_To_OpenSea_With_Metadata.git
  • It requires Python 3.7 or a newest version.
  • Install pip to be able to have needed Python modules.
  • Open a command prompt in repository folder and type:
pip install -r requirements.txt
{
  "nft": [
    {
      "file_path": "C:/Users/User/build/images/1.png",	
      "nft_name": "NFT #1",
      "description": "Remember to replace this description",
      "collection": "CollectionName",
      "blockchain": "Polygon",
      "external_link": "https://www.google.com/",
      "properties": [
        {
          "type": "Background",
          "value": "Black"
        },
        {
          "type": "Eyeball",
          "value": "White"
        },
        {
          "type": "Eye color",
          "value": "Green"
        },
        {
          "type": "Iris",
          "value": "Large"
        },
        {
          "type": "Shine",
          "value": "Shapes"
        },
        {
          "type": "Bottom lid",
          "value": "Middle"
        },
        {
          "type": "Top lid",
          "value": "Low"
        }
      ],
	   "levels": [
           {
             "name": "Speed",
             "from": 2,
             "to": 5
           },
           {
             "name": "Width",
             "from": 2,
             "to": 15
           }
         ],
         "stats": [
           {
             "name": "Strenght",
             "from": 1,
             "to": 10
           },
           {
             "name": "Age",
             "from": 1,
             "to": 9
           }
         ],
      "unlockable_content": [
        true,
        "Content"
      ],
      "explicit_and_sensitive_content": true,
      "supply": 1,
      "blockchain": "Polygon",
      "price": 0.005,
      "quantity": 1
    }
  ]
}

nfts_upload_to_opensea_with_metadata's People

Stargazers

 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.