dgf-prototype/backend
Ladd Hoffman fe2cbe0e27
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s Details
successfully forwarding blockchain events to matrix
2024-04-23 20:01:49 -05:00
..
contractArtifacts use PPM rather than percent for weights 2024-04-21 10:28:44 -05:00
src successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -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 successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00
Dockerfile add .env to docker image 2024-04-20 12:53:51 -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 successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -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