akshatamohanty / chainlink-hack-reputation-oracle

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

Home Page:cyberconnect-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

cyberconnect-starter.vercel.app


Languages

Language:TypeScript 94.5%Language:CSS 5.0%Language:JavaScript 0.3%Language:Shell 0.2%