Git Product home page Git Product logo

nft-json-generator's Introduction

NFT Json Generator

Metaplex Candy machine NFT JSON files generator

LCT Labs

Build Status

NFT Json generator allows you to generate arbitrary number of JSON files containing metadata for your NFTs NFT Json Generator is generator JSON files representing metadata for NFTs on Solana blockchain following Metaplex metadata standard. It is written in Go thus it is very fast in comparison to some other solutions written in Javascript etc.

  • ✨Magic ✨

Features, Usage

  • Provide CSV file containing description of your NFTs
  • Add wallet addresses of creators as parameters
  • Run program and find your JSOn files in output folder

This text you see here is *actually- written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

CSV Format

Input file for the generator is a comma separated csv file which should have trait names as the first column. Example of input csv file:

Color Age Rarity
Red Young Common
Blue Young Common
Golden Young Medium
Cameleon Old Rare

Installation

Dillinger requires Go v? to run.

Install the dependencies and devDependencies and start the server.

cd nft-json-generator
go run main.go <path_to_csv> <wallet1> <wallet2> ...

Development

Want to contribute? Great!

Docker

Nft-Json-Generator is very easy to install and deploy in a Docker container.

docker run -d -p 8000:8080 --restart=always --cap-add=SYS_ADMIN --name=dillinger <youruser>/dillinger:${package.json.version}

License

MIT

Free Software, Hell Yeah!

nft-json-generator's People

Contributors

luckyshark1012 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.