Giter Site home page Giter Site logo

solidity-cookbook's Introduction

Solidity Cookbook

This project is created for learning, teaching, and sharing resources about Solidity.

We will cover concepts such as functions, layer-2 solutions, zero-knowledge-proofs, and more.

This is an attempt to teach Solidity regardless of your level of coding experience: effort is being made to make it really friendly for individuals who are not from technical/software development backgrounds. Having said that, having basic programming in any language would make it easier to follow along.

Connect/Feedback

Please feel free to fork this project, create an issue or start a discussion on this repo. All feedback is appreciated.

Contributing

Here are some basic guidelines if you would like to contribute.

Fork

Go to the top right and click on the fork button. This basically creates your own version of this project under your own account. Changes you make in the fork will only stay in your account.

Setup

Open your terminal and navigate to the directory you want to keep this project in. Replace the with your own username.

git clone https://github.com/PradhumnaPancholi/solidity-cookbook.git
cd solidity-cookbook
yarn install

OR (depending on your own setup javascript dependency manager)

npm install
yarn start

OR (depending on your own setup javascript dependency manager)

npm start

And voila, you should be up and running with this project locally and you can start contributing.

Create a branch

Here's an example of what branches will look like.

[author-name]/[type of contribution]/[commit-name]

  1. Author-Name: This is going to be your name or initial in github. For example, I use "pnp" as my initials.
  2. Type of Contribution: As it says, it's going to be type of contribution that you are working on. It will be one of the following.
    1. feature - for adding a feature for website which is not a UI change or addition/modification in content.
    2. ui - for making changes to styling, theme, templates, pages, etc.
    3. bug - for solution of a bug
    4. hotfix - for temp branches to implement quick fixes.
    5. add - for adding a module/lesson about Solidity.
    6. mod - for modifying an existing module/lesson.
  3. Commit name: Name of commit. For example, "functions-lesson". Make sure to use hyphen for separating words.

For example the new update you want to make is small-improvement-in-readme. You can replace the branch name with your own preferred branch name. This creates and gets you working on a separate branch.

git checkout -b small-improvement-in-readme

Make your changes!

steps here

Make a pull request to the main repository

include screenshots here

solidity-cookbook's People

Contributors

pradhumnapancholi avatar angyts avatar

Stargazers

FM avatar  avatar Petra Wilson avatar Kenneth Luster avatar

Watchers

James Cloos avatar  avatar  avatar Petra Wilson avatar

Forkers

angyts

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.