Giter Club home page Giter Club logo

blockchain-developer-bootcamp's Introduction

Open-source version of ConsenSys Academy's Blockchain Developer Bootcamp


Pull Requests CC License

Created by ConsenSys and contributors

Course

Intro (S00)
Fundamentals (S01)
Ethereum (S02)
Smart Contracts (S03)
Developer Tooling (S04)
DEFI (S05a)
DAOs (S06)
Additional Topics (S07)
Scalability (S08)
Beyond Code (S09)
ETH 2 (S10)
What now? (S11)
Final Project (S12)

Contributions

This course will grow over time. Contributions are HIGHLY encouraged and desired. If you see an error, please open an issue and submit a pull request.

We envision this course to grow over time—sections on "contributing to open source" would be helpful. Should you have an idea, please open an issue and discuss it with the team. Pull requests are highly appreciated.

Please see CONTRIBUTING.md for how to make a contribution.

An example of this process found below:

  1. Fork it (https://github.com/ConsenSys-Academy/Blockchain-Developer-Bootcamp)
  2. Create your feature branch (git checkout -b branchName)
  3. Commit your changes (git commit -m 'Added X input')
  4. Push to the branch (git push origin branchName)
  5. Create a new Pull Request

Built by ConsenSys and

GitHub Contributors Image

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

blockchain-developer-bootcamp's People

Contributors

0xtex avatar codefrite avatar cooganb avatar diasgab avatar dinadeljanin avatar emilyjlin95 avatar fainashalts avatar gabrocheleau avatar gstakhov avatar guibibeau avatar heydamali avatar javierlinked avatar jjlovaglio avatar joseph-garza-411 avatar jsur avatar kevinbluer avatar kwight avatar lambo4jos avatar leeftk avatar lonasozo avatar malawadd avatar martapiekarska avatar parseb avatar pclaesen avatar poolsar42 avatar raciat avatar robriks avatar sidharth004 avatar tesla809 avatar thedarkjester avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blockchain-developer-bootcamp's Issues

Add Patrick Collin's 32 hour FreeCodeCamp video to Bootcamp

Website for this content?

Hey folks - this looks amazing! Glad to see plans to open source this content 🤩

Checking to see if building a public website is part of the roadmap of this project? That would be great 😄 but if not perhaps our team could help port some of this content over to ethereum.org to increase accessibility.

Cheers.

[FEATURE]: Pull Request Template

It will be nice if we can have a pull request template for the repository so that people can explain their changes and anyone reviewing the pull request can get the gist of what has been changed, implemented or proposed

Converting remaining `.html` files into `.md`

Some of the Bootcamp's files are still in .html formatting and haven't been updated to the easier to contribute to markdown (.md) formatting. (Read more about Markdown here)

Here are the steps to convert a file from .html to Markdown:

  1. Remove the DOCTYPE and <head> from the document, see example below:
    Screen Shot 2021-09-13 at 1 47 03 PM

  2. Remove the <div style="footer"> and remaining </html> tag, see example below:
    Screen Shot 2021-09-13 at 1 49 21 PM

  3. Copy the remaining text (which will be between the <!-- Title goes below: --> comment and the <!-- Be sure to alter the link below to add in correct Module and Lesson Number --> comment. Paste the HTML content into an HTML to Markdown converter. You could do it programmatically, using something like this Python library, or manually using this online converter.

  4. Once you've converted to Markdown, you need to add a few tweaks for our build process. To make sure links open in a new window on our learning platform, be sure to add {target=_blank} at the end of every link you convert. The final product will look like this:

[Text being linked](www.linkaddresshere.com){target=_blank}
  1. Save and rename the file from index.html to index.md

Please start with just one or two files and create a PR against staging so we can take a look at your work before you do more!

Note: VSCode has a native Markdown preview tab you can use to see how the Markdown looks

Survey form not valid

In Blockchain-Developer Bootcamp - - - >S00-intro - - - >L1-course-intro - - - > index.md
The survey form is invalid
Showing page 404 !

Create a Table of Contents for README.md

To allow people to easily browse and acquaint themselves with the technical content, it would be helpful to have a Table of Contents on the README.md page. This Table of Contents should shows the overall structure of the course, with the modules and lessons linked.

Since the overall nested structure is really large, for readability, it might be helpful to use something like the <details> and <summary> html features when building this Table of Contents. More on those html features here.

Add Exercises from Bootcamp into Directory

For EducationDAO, we need to add in the smart contract exercises and the Bitcoin White Paper Exercises to where they fit into the course. This will require adding:

Please contact @dinadeljanin or @cooganb about the best format to input!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.