Skip to content

Commit

Permalink
adds codefund kudos
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Aug 7, 2019
1 parent c3b9702 commit c258716
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
Loading

1 comment on commit c258716

@owocki
Copy link
Contributor Author

@owocki owocki commented on c258716 Aug 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danlipert heres how to get this kudos live:

  1. deploy this commit to the cron server.
  2. run ./manage.py mint_all_kudos --gitcoin_account mainnet kudos/kudos.yaml --gas_price_gwei=4 --live --filter_svg=codefund_influencer_v1.0.svg (make sure you edit args according to gasprice/svg that you want).
  3. go to https://gitcoin.co/kudos/marketplace/ , find the kudos.
  4. if you can't find the kudos, you might have to run ./manage.py sync_kudos mainnet opensea -s 4040 . often you can find the kudos at https://opensea.io/assets/kudos
  5. go to https://gitcoin.co/kudos/marketplace/ , find the kudos.
  6. edit kudos in admin (sometimes you want to delist it from the marketplace ), or make it so that only a specific person can send it. checkout the send_enabled_for_non_gitcoin_admins, hidden fields and TransferEnabledFor model.
  7. deploy with collectstatic so that the kudos image SVG shows up on the marketplace

Please sign in to comment.