Droppable Art is a toolkit for creating NFT collection. It is used to generate the imps collection.
shards build
Edit the template with the name data.xslx in the tools xls2meta, start the converter.rb copy the generated json as meta.json in collection folder.
./bin/droppable-art -d collection/
Generates the collection.
If it aborts, you can continue the generation with this command.
./bin/droppable-art -d collection/ -s true
Fork it, Fix it make a pull request.
- Fork it (https://github.com/your-github-user/droppable-art/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Ferhat Ziba - creator and maintainer