TLDR: If you are not familiar with Git & Github, follow these steps below to fork and setup your own repository.
- Step 1: Install Git & Github Desktop (optional) on your local device
- Step 2: Fork this repository by click the
Fork buttonon Github
- Step 3:
Clonethe forked repository to your local device using the below command
git clone https://github.com/<your_github_username>/polkadot-codecamp-challenges.gitReplace the [name-of-your-account] with your Github username. For example, if my username is chungquantin, I would do the below command to clone the repository to my local device.
git clone https://github.com/openguild-labs/polkadot-codecamp-challenges.git- Step 4: Edit the
README.mdfile to register for official participation
Go to Participant Registration section and register to be the workshop participants. Add the below to the list, replace any placeholder with your personal information.
| π¦ | Name | Github username | Your current occupation |
- Step 5:
Commityour code and push to the forked Github repository
git add .
git commit -m "<Your Name> | Register for Polkadot Codecamp"
- Step 6: Create a
Pull Requestto merge your changes to this repository and name your PR asYour name | Register for Polkadot CodeCamp
| Challenge | Description | Action | Bounty |
|---|---|---|---|
| 1 | Cross-chain Solidity Smart Contract with XCM + Hyperbridge - Walk through XCM and Hyperbridge and how to use them on the smart contract side | Take Challenge | $ |
| 2 | Building a Polkadot AI app with Polkadot Agent Kit - Using the polkadot-agent-kit tool to build the AI-powered cross-chain applications | Take Challenge | $ |
| 3 | Full-stack development with Scaffold DOT - Guide participants to build and deploy a full-stack Polkadot application using Scaffold-DOT and deploy on Polkadot testnet | Take Challenge | $ |
| 4 | Building a Uniswap V2 DEX on Polkadot Hub - Give reference to the existing Uniswap V2 contracts and guide users to build a Uniswap V2 DEX with UI + contracts | Take Challenge | $ |
OpenGuild is a builder-driven community centered around Polkadot. OpenGuild is built by Web3 builders for Web3 builders. Our primary aim is to cater to developers seeking a comprehensive understanding of the Polkadot blockchain, providing curated, in-depth materials with a low-level approach.
- About us: Learn more about us
- Website: OpenGuild Website
- Github: OpenGuild Labs
- Discord: Openguild Discord Channel
