This is our submission for first the DIF Hackathon, then second the TBD Hackathon (the schedules for the two overlapped)
- Devpost: https://devpost.com/software/decentralinked
- Video: TODO
- Live application: TODO (vercel link here)
- ./apps/dwn-vc-job-market: Our React app
- ./packages/vc-api: Our REST API. This will be moved to a separate repo shortly after the DIF hackathon submission
- ./packages/PEX: A copy of PEX that is currently unmodified, sans a few console.logs to troubleshoot compat issues with Veramo and PEX, needs to be made into a submodule later
- ./apps/dwn-server: Our fork of the TBD dwn server code
- (Will be archived soon) ./packages/cli: Ignore this, was a CLI for the Veramo node starter before we had our REST API
Ask @reisepass for access to the following:
- Supabase
- Database credentials for Supabase (needed for the REST API)
- Admin access on this repo
Ask @ad0ll for access to the following:
Ask anyone for access to the following:
git submodule update --ini
docker-compose -f local-dwn-cluster.docker-compose.yml up
- Backend changes (the bulk):
- Frontend changes:
- Code that fetches user data + credentials has been made generic
- If the did:dht support comes in before the hackathon ends, we might have a client implementation based on DWNs
- Code that fetches user data + credentials has been made generic