And in the hearts of all who are skillful I have put skill.
Exodus 31:6
Abraham is a project to create an autonomous artificial artist. This repository is the main front-end application which connects to the generator.
It is a modified version of the sign-in-with-web3 branch of scaffold-eth 🏗. This is a work-in-progress and doesn't function properly yet.
Installation:
pip install -r requirements.txt
yarn install
Create a file called .env in the root folder which specifies the url of the generator client (CLIENT_URL) and a file to log to (LOG_FILE), e.g.
CLIENT_URL=http://127.0.0.1:5000
LOG_FILE=log.txt
To launch the app and the backend service:
yarn start
yarn backend