Skip to content

sriharikapu/kudosbadges

 
 

Repository files navigation

kudosbadges

This repository contains the Kudos artwork that what is shown on the Gitcoin Kudos marketplace

why should I want to create kudos artwork?

Why

Kudos are a recurring revenue stream for artists.

What

Kudos is a non-fungible token that is created on the Ethereum blockchain, and can be sold to the Gitcoin Kudos marketplace.

Compensation

There are two options for compensation for Kudos:

  1. Self Sovereign - When a new Kudos is created, the ETH sent during that minting process is directly sent to the illustrator who created the Kudos artwork. In some cases, Gitcoin may also take a 10% fee to help keep the lights on.
  2. Gitcoin-Funded - Gitcoin will pay you for each piece of artwork, and will collect the self sovereign (#1) funds. Email us a link to your portfolio to be considered.

Right now, we expect that most ppl will want to do Gitcoin-Funded kudos art. But down the line, when people are making $100s per day off their Kudos art, we hope people will consider the self sovereign route.

to create a new Kudos

  1. If you are creating a Gitcoin-funded kudos, email us to negotiate a rate. Please include your portfolio link. If you are going the Self Sovereign route, skip this step and proceed to next step.
  2. Checkout the latest kudos design guide.
  3. Checkout the latest ideas for kudos.
  4. Open up a PR against this repo with your proposed artwork in it.

Dev Stuff

Naming schema

For consistency, name all images with all lowercase letters and underscores between each word. For example,

  • level_up.svg
  • night_owl.svg

kudos.yaml file

This file contains the information about each of the kudos artifacts. When adding a new Kudos, please add a corresponding record to the file.

init_kudos.py

This python script reads the images directory and creates a kudos.yaml file. It uses the filename to create the name, the image field. The rest of the fields are sample defaults.

You only need to run this script if the kudos.yaml file doesn't already exist.

See also

Kudos721Contract Repo

Legal

''' Copyright (C) 2018 Gitcoin Core

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

'''

License

GNU AFFERO GENERAL PUBLIC LICENSE

About

Kudos badges and creative assets for Gitcoin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%