# README
trueblocks-dalledress
AI Image Generator from Ethereum Addresses, Block Hashes, or Transaction Hashes
Installing
go mod tidy
cd frontend && yarn install && cd -
Running
wails dev
Building
wails build
Api Keys
If you intend to use features that require OpenAI, rename the .env.example
file to .env
and add your OpenAI API key. The features will not work otherwise.