Giter Club home page Giter Club logo

Comments (1)

thepeanutgalleryandco avatar thepeanutgalleryandco commented on August 20, 2024

Updated the constants/nft_details.js genericURL field from a single key:value field to a key:array field. The updated field name is now called genericURLs.
"genericURLs: ["GENERIC_URL_#1_HERE", "GENERIC_URL_#2_HERE", "GENERIC_URL_XXX_HERE"]"

Users can now simply add a list of IPFS URLs of the images that they have manually uploaded, to the genericURLs array and when the "update_json_to_generic_meta.js" script is used, it will randomly pick one of the URLs in this array and assign it to the edition. If the user only wants a single generic image, then they can simply put the single url in there.

For example:

  • 1 generic URL - genericURLs: ["https://ipfs.io/ipfs/bafybeifipag6zgekhcczypcsv4qqvoul6yobw22f3ga3hetoaqinn2xova"]

  • 2 generic URLs - genericURLs: ["https://ipfs.io/ipfs/bafybeifipag6zgekhcczypcsv4qqvoul6yobw22f3ga3hetoaqinn2xova", "https://ipfs.io/ipfs/bafkreic7glqatx6lzay2hl2xn5n5p75f4njobiza5ianuryvjhgauckh2m"]

  • 3 generic URLs - genericURLs: ["https://ipfs.io/ipfs/bafybeifipag6zgekhcczypcsv4qqvoul6yobw22f3ga3hetoaqinn2xova", "https://ipfs.io/ipfs/bafkreic7glqatx6lzay2hl2xn5n5p75f4njobiza5ianuryvjhgauckh2m", "https://ipfs.io/ipfs/bafkreihabbil5ueqrn4fvfvoywmzrvk7jgcioza7svulj4vfxphrkuzgfu"]

from create-and-mint-nft-collection.

Related Issues (20)

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.