From c367030b93df4bbe6ed3ff9ce0ef1458f6c1d6a1 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Sat, 4 May 2024 15:55:15 +0200 Subject: [PATCH] add nostr as alternative participation channel --- components/Index/Rules.vue | 2 +- components/PublishonxTab.vue | 28 ++++++++++++++++++++++------ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/components/Index/Rules.vue b/components/Index/Rules.vue index 4047556..29e9c4f 100644 --- a/components/Index/Rules.vue +++ b/components/Index/Rules.vue @@ -11,7 +11,7 @@
  • Every shielding event will give you 1 Point
  • Every unshield event will give you 2 Points
  • Perform Step 5 to be considered as a participant and get additional 5 points
  • -
  • Don’t post multiple times with the same X account. However, sending us a message over simpleX will give you additional 5 points
  • +
  • Don’t post multiple times with the same X account. However, sending us a message over simpleX and posting on nostr will give you additional 5 points each
  • You can perform steps 2-4 repeatedly until you run out of funds
  • The goal of this campaign is to test the limits of the chain with heavy traffic. If at a certain time, the chain will break and will not be usable anymore, the campaign will be stopped and the winners will be diff --git a/components/PublishonxTab.vue b/components/PublishonxTab.vue index 6c116f8..8fe283a 100644 --- a/components/PublishonxTab.vue +++ b/components/PublishonxTab.vue @@ -6,16 +6,15 @@
    Tell the World - or Stay Anon
    - You have no balance on Incognitee. Please go back to step 2 + You have no balance on Incognitee. Please go back to step 2 to collect more points
    - You have no balance on Paseo. Please go back to step 2 + You have no balance on Paseo. Please go back to step 2 to collect more points
    - To be eligible for our prices, please either tweet or send us a message over SimpleX - - Tweet about your successful test using the button below. Make sure to + To be eligible for our prices, please either tweet or send us a message over SimpleX. + Tell the world about your successful test using the button below. Make sure to include hashtag #incognitee and your account
    +
    If X is too centralized for you, we also accept posts on Nostr mentioning our profile and your test account +
    +
    + + +
    +
    Or, if you prefer to stay anonymous, use one of the best private messengers out there.
    @@ -71,7 +87,7 @@ const updateLinks = () => { isIndexerLinkDisabled.value = false const incogniteeUrl = encodeURIComponent("https://incognitee.io") - const text = encodeURIComponent(`I have successfully tested #incognitee private token transfers with my account ${accountStore.getAddress}`) + const text = encodeURIComponent(`I have successfully tested #incognitee private token transfers on https://try.incognitee.io with my account ${accountStore.getAddress}`) // todo! upload a tweet image using twitter API twitterLinkUrl.value = `https://twitter.com/intent/tweet?url=${incogniteeUrl}&text=${text}` isTwitterLinkDisabled.value = false