Skip to content

b0ney-1/CoreWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Metaschool x Core

Welcome❕ 🚀This README provides essential information and resources for setting up the project.

Table of Contents

  1. Important Links
  2. Core Network Details
  3. Setting Up Git
  4. Git Commands
  5. Project Repository Details

Important Links

Core Network Details

To connect to the Core Testnet, use the following network configuration in your wallet:

Setting Up Git

You can download it from the Git Official Website.

Git Commands

Here's a quick guide to essential Git commands for this project:

Configuring Git

Set up your Git identity with these commands:

git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"

Replace "Your Name" and "your.email@example.com" with your actual name and email.

Cloning the Repository

To clone the forked repository:

git clone <git-url-of-the-forked-repo>

Replace <git-url-of-the-forked-repo> with the actual URL of your forked repository.

Creating a Project Folder

Navigate to the cloned repository and create your project folder:

cd <name-of-repo>
mkdir <name-college-folder-name>

Replace <name-of-repo> with the name of the cloned repository and <name-college-folder-name> with your desired folder name.

Staging, Committing, and Pushing Changes

After making changes, use these commands to push your work:

git add .
git commit -m "Your commit message"
git push origin main

Replace "Your commit message" with a brief description of your changes.

Project Repository Details

Important: Your project must be placed in the following folder:

University-Dev-Tours/India/

Ensure that all your project files and folders are created within this directory structure. One more Important thingy: Delete the .git folder after placing it inside the above directory to avoid sub-modules

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors