0xGimmy / hypercerts

Hypercerts are a tool to build scalable retrospective reward systems for impact.

Home Page:https://hypercerts.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hypercerts License: Apache 2.0 Github Actions

Hypercerts are a tool to build scalable retrospective reward systems for impact. For more details, check out our website.

Organization

Quickstart with Dapp development

Setup and build the frontend

First, make sure the environment variables are set for ./frontend. Take a look at ./frontend/.env.local.example for the complete list.

  • You can either set these yourself (e.g. in CI/CD)
  • or copy the file to .env.local and populate it.

Then the do a turbo build of all apps, run the following:

yarn install
yarn build

The resulting static site can be found in ./build/.

Running the prod server

If you've already run the build, you can use yarn serve:build to serve the built files

Running the frontend dev server

To run a dev server that watches for changes across code and Plasmic, run:

yarn dev:frontend

Playbooks

For setup and common operations for each subproject, navigate into the respective directory and check out the README.md.

We also maintain a playbook for larger operations.

About

Hypercerts are a tool to build scalable retrospective reward systems for impact.

https://hypercerts.org/

License:Apache License 2.0


Languages

Language:Solidity 53.1%Language:JavaScript 31.8%Language:TypeScript 11.8%Language:Python 1.3%Language:Ruby 1.2%Language:Shell 0.4%Language:Jupyter Notebook 0.3%Language:Makefile 0.0%Language:Handlebars 0.0%Language:Dockerfile 0.0%Language:Nix 0.0%