Skip to content

Repo for the Hands-On Celo Code Jam Kenya Ecosystem May 2022

Notifications You must be signed in to change notification settings

dirambora/CeloCodeJam-May2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge Description

Build a simple Decentralized e-commerce application that checks-out with Celo Tokens

Working on the Code Jam

Fork the code jam repository provided.

git clone the repo:

$ git clone <URL> 

cd into the repo

$ cd CeloCodeJam-May2022

Create a new branch as follows-> git checkout -b [your name], e.g.

$ git checkout -b mabwa_charles main 

See all branches created

$ git branch
* mabwa_charles
    main

Work on the code on your branch

Commit the changes

Push the new branch to github

git push -u origin <branch>

*example*

$ git push -u origin mabwa_charles

Submission Requirements

  • Submissions must have a THEME focus as part of their project. Points will be awarded for smart contracts deployed to the testnet demonstrating your idea and application.

  • The top project will include both an idea plus a technical implementation demonstrating a part of the solution.

  • We review the submissions as early as possible (sometimes immediately upon submission) to ensure prompt winner announcement and payout.

  • Be sure to submit your CELO address with your submission.

Bounty Type

  • Will be communicated

Resources:

Get Support from Celo

Incase you have any questions and concerns please reach out to team, join our Telegram or Discord

About

Repo for the Hands-On Celo Code Jam Kenya Ecosystem May 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 85.7%
  • HTML 8.7%
  • Solidity 5.6%