/chainlink-hack-reputation-oracle

Web3 Reputation Oracle built for Chainlink Spring 2022 Hackathon (Submission Repo).

Primary LanguageTypeScript

Web3 Reputation Oracle built for Chainlink Spring 2022 Hackathon. Aggregates and synthesizes on-chain data using Moralis SDK and calculates a "reputation score" using it. Also allows users to connect wallet and edit/manage Decentralized Identity Data via CyberConnect / Ceramic.

Forked from CyberConnect API.

Getting Started

Install the dependencies:

yarn

Create a .env file and add Moralis server URL and app ID variables to the .env file. (See .env.example).

MORALIS_SERVER_URL=""
MORALIS_APP_ID=""

After installing the dependencies and setting config variables, run the development server:

yarn dev

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

To build the project the project and run in production.

yarn build
yarn start

Getting started with the backend API

Navigate to the /chainlink-hack-api directory and follow instructions in README.md.

Getting started with the Chainlink adapter smart contract

Navigate to the /chainlink-hack-oracle-contracts directory and follow instructions in README.md.

Links