-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EthOS -- a SolidCoin Experiment #843
Comments
@thelostone-mc -- Team up again? 😉 |
coin back will have a QR code, a tag line that says "works with Trust Browser, BUIDLt with Gitcoin" |
This issue now has a funding of 1.4 ETH (556.86 USD @ $397.76/ETH) attached to it.
|
@eswarasai I'm in ^_^ |
Awesome! Colorado Coins were a big hit, looking forward to these as well 👍 And @thelostone-mc and @eswarasai working together? Dramatic re-enactment of that team-up: |
@eswarasai @thelostone-mc would love to work with ya again! |
@owocki One question I had - if this is being used on a mobile device, does it need to be in the tips modal? |
doesnt need to be.. that view is already mobile optimized and works nicely on mobile tho, so i figured it'd save the contributor some cycles by providing that upfront |
yay @eswarasai looking forward to working with ya on this |
@owocki -- I have few questions w.r.t. the EthOS flow which are below :
How can we determine this?
On successful transaction page, we display the above message. But how are they going to do that?
We'll be generating this tweet which user can share or in the Backend we'll be posting this tweet on GetGitcoin twitter handle?
@owocki @thelostone-mc -- Any suggestions on how to get the |
If theres a
not sure i understand the question. we'll all be at a conference, so that's how they'll distirbute the coins
i'll make a seperate twitter handle for the production app (probably called EthOS or similar).. you'll probably need to craete a seperate twitter account for testing i think that images are fairly simple to generate with django views. the first step i think is probably finding a graphing (node + edge) visualization library, then we can layer the gif layers on top of each other |
@owocki -- Thanks for the above clarifications.
I forgot for a moment that this is a solidcoin and will be passed on to the other person 😅 |
@owocki does this mean each time the same coin is shared -> since I was part of the chain -> I get EthOS coins ? |
yes! |
Checking out the functionality of tip / redeem colo coin |
afaik.. the web3 object should be the same whether youre using metamask / trust (not sure if thats what youre asking) |
@eswarasai @thelostone-mc Cleaned up some Gitcoin Bot comments... reminder that Ethereal is next weekend! |
@vs77bb we'll shoot out the PR soon ^_^ |
@eswarasai are you still working on this issue?
|
just got the first cut of the physical ethos coins :) they look sickkk |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @eswarasai has been removed for inactivity and the issue has been returned to an ‘Open’ Status. Let us know if you believe this has been done in error!
|
@eswarasai Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Yep. It's still WIP. |
Would love to do these for colleges/student-focused hackathons! |
⚡️ A tip worth 0.7 ETH (512.31 USD @ $731.87/ETH) has been granted to @eswarasai for this issue from Kevin. ⚡️ The sender had the following public comments:
Nice work @eswarasai! To redeem your tip, login to Gitcoin at https://gitcoin.co/explorer and select 'Claim Tip' from dropdown menu in the top right, or check your email for a link to the tip redemption page.
|
⚡️ A tip worth 0.7 ETH (512.31 USD @ $731.87/ETH) has been granted to @thelostone-mc for this issue from Kevin. ⚡️ The sender had the following public comments:
Nice work @thelostone-mc! To redeem your tip, login to Gitcoin at https://gitcoin.co/explorer and select 'Claim Tip' from dropdown menu in the top right, or check your email for a link to the tip redemption page.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 1.4 ETH (1024.61 USD @ $731.87/ETH) attached to this issue has been approved & issued.
|
I'm curious what was preventing android from working? is the Trust wallet different in scanning? |
ethos
For Ethereal Summit on May 11th, we will be distributing 50 ethos coins to the community. Here's what they look like:
another solidcoin!
If you can't tell just by looking at them, these ethos coins are a continuation of SolidCoin, which was an experiment we did at ETHDenver in February.
Check out the above post. The TLDR is -- At ETHDenver, Colorado Coins were used to pay for meals at the food trucks. Afterwards, we used them to send ERC20 tokens called ColoradoCoin to members of the community.
For further inspiration in the SolidCoin space, check out How Much Is a Cryptotini Worth? by Kyle Tut.
ethos - user flow
OK, with ETHOS -- here's how it works.
Kevin starts with 50 ethos distribution coins at the beginning of the conference. He walks up to someone (anyone really) and says "Do you want to play an emergent social game?"
He hands them a ethos and says "It's got a QR code on the back. Scan it with Trust Browser"
They scan it with their iPhone (sorry, no Android at this point). Up will pop a page that says
When the form is submitted, it will present an error if the [unqiue-6-digit-code] and web3 address has been used before. If no errors, it will
ethos - image view of the "sprawl"
build a view that exports a gif which visually displays as an animated gif the progression of ethos through the conference. here is a nice inspiration gif, though it should be extended with
ethos - admin management command
write a management command that can be used to distribute n ERC20 ethos tokens to anyone who participated in the experimenet.
you may reuse the infrastructure setup via coloradocoin (
settings.COLO_ACCOUNT_ADDRESS
,settings.COLO_ACCOUNT_PRIVATE_KEY
) .COLO_ACCOUNT_ADDRESS
is currently set to0x05Bed3666F8e9507E38Bf065269eAB7eFf95CC35
in case you were wonderingyou may assume that @owocki will handle the creation of the actual ERC20 ethos coin. you will just have to hook up the ERC20 interface for sending the coin.
ethos - database backend
you'll want to store each traversal of ETHos in the backend. I propose you write a new django app called
ethos
and add two models to itModel 1 - ShortCode
Model 2 - Hop
Supporting Links
Bounty
Please submit a first draft of all of the above by May 1st 2018. Since this functionality is time-sensitive, it is important for you as the bounty hunter to be able to commit to delivering within this timebox before you click 'start work'
The text was updated successfully, but these errors were encountered: