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):
Choose the publication that you want it to be curated.
Compose bid data that match the contract's specifications, such as the target publication, curator's profile id, bid price, etc.
Send your bid transaction.
Accept Bid Steps(use Curate Functions):
Get all the bids sent to you.
Compose the accepted data that match the contract's specifications, such as the target bid.
Send your accepted transaction.
Use the View Functions to view the data for bid.
Github: https://github.com/takoprotocol/contracts
Specification
Enums and StructsOwner FunctionsGovernance FunctionsBid FunctionsCurate FunctionsView FunctionsLast updated