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 button
on Github
- Step 3:
Clone
the forked repository to your local device using the below command
git clone https://github.com/<your_github_username>/sub0-bangkok-challenges.git
Replace 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/chungquantin/sub0-bangkok-challenges.git
- Step 4: Edit the
README.md
file 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:
Commit
your code and push to the forked Github repository
git add .
git commit -m "Register for OpenGuild Sub0 Challenges"
- Step 6: Create a
Pull Request
to merge your changes to this repository and name your PR asYour name | Register for OpenGuild Sub0 Challenges
Challenge | Description | Action | Bounty |
---|---|---|---|
1 | Using subxt and light client to collect and process data |
Take Challenge | $100 |
2 | Set an on-chain identity from the client with Dedot | Take Challenge | $100 |
3 | Building a parachain from a solochain | Take Challenge | $100 |
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