nft-gombinator
is a tool written in Go for combining pictures to create NFTs. It allows users to generate various combinations of trait images to create unique NFTs.
-
Place your images in the
/images/layer1
/images/layer2
... directory respectively. -
Run the program using the following command:
go run main.go
-
The generated image combinations will be saved in the
/output
directory.
This project is licensed under the MIT License. For more information, please see the LICENSE file.
Contributions to nft-gombinator
are welcome! If you would like to contribute, please follow these steps:
-
Fork the repository on GitHub.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them with descriptive commit messages.
-
Push your changes to your forked repository.
-
Submit a pull request to the main repository, explaining your changes and why they should be merged.
If you have any questions or need assistance, please feel free to open an issue on GitHub.