Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trueblocks/trueblocks-dalledress


https://github.com/trueblocks/trueblocks-dalledress

Last synced: about 2 months ago
JSON representation

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.