dgf-prototype/backend
Ladd Hoffman c64feb2fe5
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s Details
bot logging
2024-04-24 12:37:26 -05:00
..
contractArtifacts use PPM rather than percent for weights 2024-04-21 10:28:44 -05:00
src bot logging 2024-04-24 12:37:26 -05:00
.env.example successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00
.eslintrc.cjs Add backend API to house forum content 2024-03-19 22:22:36 -05:00
.gitignore remove vestigal registration.yaml from gitignore 2024-04-23 20:19:45 -05:00
Dockerfile docker setup 2024-04-23 20:13:39 -05:00
README.md successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00
contract-addresses.json Add SS import UI 2024-04-21 12:51:58 -05:00
docker-compose.yaml docker setup 2024-04-23 20:13:39 -05:00
package-lock.json successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00
package.json successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00

README.md

Setup

cp .env.example .env
npm install
npm run registration
docker compose up -d --build