Skip to content

proveuswrong/contracts-tp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a823673 · Sep 12, 2024
Aug 21, 2022
Sep 12, 2024
Sep 12, 2024
Jul 6, 2023
Sep 12, 2024
Sep 12, 2024
Jun 5, 2023
Nov 2, 2021
Nov 2, 2021
Sep 12, 2024
Nov 2, 2021
Nov 2, 2021
May 30, 2023
Nov 2, 2021
Nov 2, 2021
Aug 21, 2024
Jul 26, 2022
Aug 21, 2024
Apr 28, 2022
Apr 28, 2022
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024

Repository files navigation

Smart Contracts of Truth Post

Decentralized curation of truth, utilizing Kleros for decentralized fact-checking.

Or in other words: Create a news post, put a bounty, invite others to prove you wrong.

Potential usecases:

  • Curated news: you can write news article that are provably not fake
  • Bug bounties: you can claim your product is bug-free.
  • Advertisement: you can advertise your product with near zero cost (you only pay if you are proven wrong).

Deployment

ETHERSCAN=<etherscan_api_key> INFURA_PROJECT_ID=<infura_project_id> PRIVATE_KEY=<private_key> yarn hardhat deploy --network <network>

Also see the Hardhat Config and the deployment script.