Welcome❕ 🚀This README provides essential information and resources for setting up the project.
- Metaschool Official Website
- MetaMask Extension
- GitHub Official Website
- Core Testnet Faucet
- Remix IDE
- Form Link
To connect to the Core Testnet, use the following network configuration in your wallet:
- Network Name: Core Testnet
- New RPC URL: https://rpc.test.btcs.network/
- Chain ID: 1115
- Currency Symbol: TCORE
- Block Explorer URL: https://scan.test.btcs.network/
You can download it from the Git Official Website.
Here's a quick guide to essential Git commands for this project:
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.
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.
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.
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: https://github.com/b0ney-1/Lending-dApp.git
- Branch Name: main
- Official Core Repository (For Fork): NICAT-15-Sep
Important: Your project must be placed in the following folder:
University-Dev-Tours/Pakistan/NICAT-15-Sep
Ensure that all your project files and folders are created within this directory structure.
Happy coding!