A service that allows users to create their Creative Coding Artworks and publish them as NFT tokens.
Make sure that docker-compose is installed and your user has the rights to run it:
$ sudo apt install docker-compose
$ sudo usermod -aG docker $USERCopy .env file and configure your project:
$ cp .env.exapmle .env
$ nano .envRun containers:
$ docker-compose up -d
Migrate contracts into your dev chain:
$ docker-compose exec rpc bash -c "npx truffle migrate"Make sure that your .env file contain deployed contract address and recreate api container if you change config:
$ docker-compose up -d apiMake sure that api container has the necessary packages for media generation:
$ docker-compose exec api bash -c "apt update && apt install chromium ffmpeg"Now you have your dev environment up and running and can develop