avsavsavs / cow-zk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy Preserving CoW Swap Trader Leaderboard - Based on Sismo Badges

status:

local version with "real" users data has being made. marketing related design and text needed. once marketing provide the neccesry information the nadges would go online

what is missing for going online

I am currently missing the below marketing metadata to be able to move forward

Main url

  {
    path: "cowswap-top-hundred",
    title: "CoW Swap",
    subtitle: "Shows that you are a special CoW, you are within the top 100 CoW Swap traders!",
    logoUrl: "https://cow.fi/images/hero-image.svg",
    onboardingDescription: "Mint this badge to show that you are within the top 100 CoW Swap traders",
    ctaLabel: "What are you waiting for? Trade today at swap.cow.fi",
    ctaUrl: "https://cow.fi/",
    congratulationTexts: ["Moooooo-d work CoW],
   },

badge main

Badge url

If the user want more details, one can press on the badge and the bellow image would appear. Here one can find the data need to change

    {
      name: "cow top 100", // add a name to your badge
      description: "top 100 cow traders", // describe it !
      image: "cow_top_100.svg", // this is the svg path can be create easily from here https://factory.sismo.io/svg-editor
      publicContacts: [
        // give us a way to join you :)
        {
          type: "github", // github | twitter | lens ...
          contact: "leosayous21", // your username
        },
      ],
      eligibility: {
        // provide a short description of your eligibility criterias
        shortDescription: "Be a top 100 cow trader",
        // provide a technical description of your eligibility criterias
        specification:
          "You should have prevously create trades in the cow platform.",
      },
      links: [
        {
          logoUrl: "https://cow.fi/images/og-meta-cowprotocol.png", // a nice logo to have next to the url
          label: "COW", // label for your url
          url: "https://cow.fi/", 
        },
      ],
    },

after-pressing-on-badge.png

useful links:

sismo docs create your own badge

About


Languages

Language:Python 100.0%