NFT Stamper is a Golang Discord bot designed to programatically apply custom images/branding to supported NFT Collections.
Standard go installation
$ go get github.com/avislash/nftstamper@latest
Using the bot is fairly simple
Begin by running
./nftstamper -h
This will print out a list of supported NFT collections for which the bot can be brought up for.
Refer to respective READMEs under supported collections for configuring and running the bot for that collection.
You may add the collection yourself by either
- Cloning the repo and modifying the source code and/or artwork
- Contacting me using one of the options listed in the Contact Me section
- Opening an issue via the Github Issue Tracker
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request