| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
BasePaint Verify is a command-line tool for generating and verifying images from a specific day on BasePaint. It fetches paint events from the blockchain, processes them, and creates a PNG image representing the final state of the BasePaint canvas.
Before you begin, ensure you have the following installed:
go install github.com/BasePaint/bpverify-cli@latest
The basic syntax for using the tool is:
bpverify [flags]
To generate an image for day 5 of BasePaint:
bpverify -r https://base-mainnet.g.alchemy.com/v2/API_KEY -d 5
The tool automatically fetches the configuration (theme, color palette, canvas size) for each day from the BasePaint API. No additional configuration is required.
If you encounter any issues:
This project is licensed under the MIT License
| Back | FazBrowse Home | New Git URL |