Skip to content

arhuaco/CryptoLife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoLife

A repo for all the #CryptoLife Hackathon submissions, The National House Smichov, Prague, 26-28th October 2018.

You can read more about the meaning behind the event here.

The EthMagicians will be in full attendance!

You can check out the #CryptoLife Master List here.

Submit Your Hack To This Repo

Reminder: In line with our principles at Status, all code that is submitted during the #CryptoLife Hackathon is considered completely open source and under the same license as this repo - the Mozilla Public License 2.0.

Steps to Follow

  1. Fork the repo to your own profile or orgnaization by using the button in the top right of this page.

  2. git clone <your_git_repo_here>

  3. cd <your_git_repo>

  4. Create a new branch in your forked version of the repo and add your code to it. Use the naming convention suggested by placing your team name first, and your project name after (if there is one).

    git checkout -b <team-name_project-name>

  5. Add, commit and push your changes to your new branch in your forked repo:

    git add .
    git commit -m "<team_name> Submission for CryptoLife" 
    git push
  6. Go to your forked repo in the browser and submit a PR using the green button there.

About

A repo for all the #CryptoLife Hackathon submissions, The National House Smichov, Prague, 26-28th October 2018.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Shell 4.4%