Skip to content

iBrizAcademy/blockchain-with-rust-dec-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain with Rust 2021 (December Session)

Steps

  • fork this repo in your github account

  • clone the repo in your local system

    • git clone https://github.com/<username>/blockchain-with-rust-dec-2021
  • create your own directory inside assignments directory with your github username

    • github username: sagarduwal
  • create directory for week number on which assignment is provided

    • Eg: week-1, week-2, week-3, ...
  • for each session create session number

    • Eg: session-1, session-2
  • create a rust file for a problem in that session directory

  • to build and test the rust script use build-n-run.sh

    • Eg: sh build-n-run.sh weeks/week-2/session-1/functions.rs
  • Push the code to your repo

    • Eg: git add . git commit -m "Assignment #1" git push origin main
  • Create a Pull request to parent repo

    • https://github.com/iBrizAcademy/blockchain-with-rust-dec-2021
.
├── assignments
│   ├── README.md
│   └── sagarduwal
│       └── week-2
│           ├── session-1
│           │   ├── problem-1.rs
│           │   └── problem-2.rs
│           └── session-2
├── build-n-run.sh
├── README.md
└── weeks
    └── week-2
        ├── session-1
        │   ├── README.md
        │   └── variables-1.rs
        └── session-2
            └── README.md

About

December 2021 Session for Blockchain with Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published