Skip to content

Instantly share code, notes, and snippets.

View steveklebanoff's full-sized avatar

Steve Klebanoff steveklebanoff

View GitHub Profile

Crypto Art Residency

The Crypto Art Residency is a smart contract that helps crypto artists earn income and motivates them to create a series of unique works.

Participants

Artists: contribute to the art collection in exchange for ETH.

Sponsor: either acts as the buyer of last resort (guaranteeing income for the artists), or earns a commission if the art bundle sells to someone else.

Keybase proof

I hereby claim:

  • I am steveklebanoff on github.
  • I am steveklebanoff (https://keybase.io/steveklebanoff) on keybase.
  • I have a public key ASDKO5aaeK6QJe72VWf2lVQD1n6OLqEuiX33Zuwh5A83JQo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>demo</title>
<script type="text/javascript">
(window.heap = window.heap || []),
(heap.load = function(e, t) {
### Keybase proof
I hereby claim:
* I am steveklebanoff on github.
* I am steveklebanoff (https://keybase.io/steveklebanoff) on keybase.
* I have a public key ASC8j1eWGoUOP5dANad3K8velAVNM65xwQXVS9_JRYL9xwo
To claim this, I am signing this object:
@steveklebanoff
steveklebanoff / new.html.erb
Created November 19, 2014 04:05
Devise Simple Invitation Code
<% # in your custom app/views/users/registrations/new.html.erb %>
<div class='form-group'>
<%= f.label :invite_code %><br />
<%= text_field_tag "user[invite_code]" %>
</div>