Contract Specification

P2P Curation is only compatible with Lens v1. We recommend using Open Curation instead

Contract File

TakoLensHub.sol

Overview

Create and receive bids using publications submitted on Lens.

If you deployed the contract independently, you can use the Admin Functions to initialize the properties for bid.

Create Bid Steps (use Bid Functions):

  1. Choose the publication that you want it to be curated.

  2. Compose bid data that match the contract's specifications, such as the target publication, curator's profile id, bid price, etc.

  3. Send your bid transaction.

Accept Bid Steps(use Curate Functions):

  1. Get all the bids sent to you.

  2. Compose the accepted data that match the contract's specifications, such as the target bid.

  3. Send your accepted transaction.

Use the View Functions to view the data for bid.

Github: https://github.com/takoprotocol/contracts

Specification

pageEnums and StructspageOwner FunctionspageGovernance FunctionspageBid FunctionspageCurate FunctionspageView Functions

Last updated