Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trueblocks/trueblocks-dalledress
https://github.com/trueblocks/trueblocks-dalledress
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trueblocks/trueblocks-dalledress
- Owner: TrueBlocks
- License: gpl-3.0
- Created: 2024-01-22T09:15:06.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-08-09T14:08:51.000Z (5 months ago)
- Last Synced: 2024-08-09T15:35:05.391Z (5 months ago)
- Language: TypeScript
- Size: 4.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trueblocks-dalledress
AI Image Generator from Ethereum Addresses, Block Hashes, or Transaction Hashes
## Installing
```[bash]
go mod tidy
cd frontend && yarn install && cd -
```## Running
```[bash]
wails dev
```## Building
```[bash]
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.