Skip to content

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

License

Notifications You must be signed in to change notification settings

0xGimmy/hypercerts

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 53.2%
  • JavaScript 31.8%
  • TypeScript 11.8%
  • Python 1.3%
  • Ruby 1.2%
  • Shell 0.4%
  • Other 0.3%