/trust_claim

The Frontend for the Trustclaim

Primary LanguageTypeScript

OpenTrustClaims Demo

See Use Cases and related docs

To enter data, visit pro

To deploy latest code, pull directly on server

ssh -l ubuntu -i [key] trustclaims.whatscookin.us
cd /data/trust_claim
git pull
yarn && yarn build
cd /data/trust_claim/dist
cp -r ./ /var/www/trust_claim/

TODO: ci pipeline

To run in a new location you must set these environment variables

VITE_GITHUB_CLIENT_ID=[...]
VITE_BACKEND_BASE_URL=http://localhost:9000
VITE_CERAMIC_URL='http://13.56.165.66/'

To avoid having to run the back end you may point to the live backend

VITE_CERAMIC_URL='https://ceramic.linkedtrust.us/'
VITE_BACKEND_BASE_URL='https://live.linkedtrust.us'
VITE_DID_PRIVATE_KEY='bb61714d289ca92bcf6abf10abf58b80b5c7b2443406a0ac84bdaf5d322a4758'

Then run

yarn dev

and connect to localhost:3000