dgf-prototype/backend
Ladd Hoffman ee6730e13f
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s Details
sys design: api write
2024-05-20 16:41:42 -05:00
..
contractArtifacts Fixes for matrix pool batching 2024-05-03 20:43:58 -05:00
scripts first cut at backend part of rollup implementation 2024-05-01 22:25:04 -05:00
src sys design: api write 2024-05-20 16:41:42 -05:00
.env.example staking enable/diable fixup 2024-04-29 18:13:24 -05:00
.eslintrc.cjs More logging, and added a test case 2024-05-04 19:24:22 -05:00
.gitignore remove vestigal registration.yaml from gitignore 2024-04-23 20:19:45 -05:00
.mocharc.js More logging, and added a test case 2024-05-04 19:24:22 -05:00
Dockerfile docker setup 2024-04-23 20:13:39 -05:00
README.md update readme for backend 2024-04-27 13:40:11 -05:00
contract-addresses.json sepolia deploy 2024-05-03 20:49:37 -05:00
docker-compose.yaml docker setup 2024-04-23 20:13:39 -05:00
package-lock.json More logging, and added a test case 2024-05-04 19:24:22 -05:00
package.json More logging, and added a test case 2024-05-04 19:24:22 -05:00

README.md

Setup

  1. Prepare the environment variables

     cp .env.example .env
    
  2. Install packages so that we can run the login script (next command)

     npm install
    
  3. Run the login script

     npm run login
    
  4. Edit .env to include the MATRIX_AUTH_TOKEN output from the previous command

  5. Build and start the docker container

     docker compose up -d --build