Skip to content

powerhouse-inc/renown

 
 

Repository files navigation

Powerhouse Renown

app

Decentralized identity + reputation hub

  • Create a pseudonymous contributor identity, tethered to your Ethereum address. Build up reputation points in various professional fields by successfully delivering projects.
  • Share your pseudonymous profile as a resume with organizations you want to work for.
  • Define gamification rewards to incentivize value-aligned behavior within the organization, reducing the need for a management hierarchy

Getting Started

Prerequisites

  • Install Node (LTS)
  • Clone this repository
  • Install pnpm: npm install -g pnpm
  • Run pnpm install or npm install to install dependencies

First, run the development server:

npm run dev
# OR
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about this stack, take a look at the following resources:

You can check out the RainbowKit GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.0%
  • JavaScript 14.7%
  • Dockerfile 3.5%
  • CSS 2.8%