Skip to content

sajclarke/web3-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3-workshop

Getting Started

  1. Fork this repo
  2. Clone the forked github repo [git clone 'THE REPO URL']
  3. Copy the github repo into a 'dev' branch [git checkout -b dev]
  4. You should complete all work in the 'dev' branch

Working on individual exercises

  1. Checkout the respective branch for the individual exercise [git checkout step02]
  2. (If the above does not work) Ensure that the cloned repo has gathered all remote branches [git fetch]
  3. Switch to the 'dev' brach [git checkout dev]
  4. Merge the 'step02' branch into 'dev' branch [git merge step02]
  5. Continue working on the solution on the 'dev' branch

Submitting an answer

After ensuring that your code fulfills the requirements of each exercise, you must submit the answer via a pull request as follows:

  1. Commit the necessary changes to the 'dev' branch [git add . && git commit -m "Answer to step02 (Shannon Clarke)"]
  2. Checkout a new branch with a name respective to the exercise number [git checkout -b answer02]
  3. Push all changes to the forked repo [git push -u origin answer02]
  4. Visit the github page of your forked repo and click on 'New Pull Request' then follow the instructions to create a pull request

Screenshot

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published