Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 754 Bytes

Lens Protocol SubGraph - "Hello World"

This project is created for testing Lens Protocol on TheGraph

You can test API by visiting the Subgraph

Development

Flow is to implement events and deploy to real HostedSubgraph

Deploy

To be authed and run:

yarn deploy

Structure

Currently, it contains default folders to TheGraph initial project with additional hardhat setup

Hardhat and /contracts

I have added Events and DataTypes from lens-protocol source code, because LensHub contract's abi doesn't include those as libraries

Generated artifacts are manually transferred to /abis