Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata JSON per image #4

Closed
imartinez opened this issue Oct 3, 2021 · 1 comment
Closed

Add metadata JSON per image #4

imartinez opened this issue Oct 3, 2021 · 1 comment

Comments

@imartinez
Copy link
Contributor

imartinez commented Oct 3, 2021

In order to upload assets to, for example, Metaplex, you need to have one JSON file for each image metadata.
There is a similar project to this one, based on node, that builds a basic metadata JSON and lets you extend it: https://github.com/HashLips/hashlips_art_engine and

The JSON format for Metaplex is:
https://docs.metaplex.com/nft-standard

I'm planning to build this myself on top of this project. I'll open a PR as soon as I get it working.

@rounakbanik
Copy link
Owner

The library now supports creation of JSON metadata that is in compliance with standards. Please check the metadata.py file. The metadata generated should be sufficient for 90% of projects but extension is trivial should the need arise.

Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants