Skip to content

Update links and simplify README #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# 🌟 Polkadot Hackathon Survival Guide 🌟

## 👋 Introduction
Welcome to the **Polkadot Hackathon Survival Guide**! Whether you're a **blockchain pro** or just starting with **Polkadot**, this guide has all the essential info, tips, and resources to help you in your journey building on Polkadot. ✨

Welcome to the **Polkadot Hackathon Survival Guide**! This resource is your go-to companion for navigating the world of **Polkadot development** during the hackathon.

Whether you're a **blockchain pro** or just starting with **Polkadot**, this guide has all the essential info, tips, and resources to help you shine. ✨

From setting up your **development environment** to **presenting your project**, we’ve got you covered.

## 🌟 Development Pathways

Developers can follow different paths to build applications and core blockchain functionality. Each pathway fits different **project types** and **skill levels**, all contributing to the **broader Polkadot ecosystem**.

The Polkadot ecosystem provides multiple development pathways:
From setting up your **development environment** to **presenting your project**, we’ve got you covered. The Polkadot ecosystem provides multiple development pathways:

<img width="1109" alt="image" src="https://github.com/user-attachments/assets/5c5bf50a-1906-4f04-9478-0d3bcc70649b" />

Expand All @@ -21,12 +11,16 @@ The Polkadot ecosystem provides multiple development pathways:

- 👉 For builders looking to create custom blockchains with the Polkadot SDK, check out the dedicated [resource for parachain developers](./polkadot-parachain-devs.md).

Good luck, and **happy hacking!** 🚀

## 🎓 More Resources

Here are some additional resources that can help you during the hackathon:

- [**Polkadot Open Source Stack**](https://wiki.polkadot.network/general/build-open-source/) 🌟 - a list of open-source tools, libraries, and frameworks that were funded by [Web3 Foundation grants program](https://grants.web3.foundation/) and the Polkadot treasury
- [**Awesome DOT Repository**](https://github.com/haquefardeen/awesome-dot) 📚 - a list of resources and projects of the Polkadot and Kusama ecosystem
- [**Known Issues**](https://docs.google.com/document/d/1j5hnQZRqlbVagW28dC24OVAF8uRih5jWubBxy5PlMYc/edit?usp=sharing)

## 💰 Post-hackathon support

Looking to get funding post-hackathon? Here's a list of different grant opportunities in the Polkadot:
- [W3F Grants](https://grants.web3.foundation/docs/Process/how-to-apply): up to >$100k in funding
- [Opensource grants](https://github.com/PolkadotOpenSourceGrants): up to $30k in funding
- [Fast grants](https://github.com/Polkadot-Fast-Grants/apply): up to $10k in funding
4 changes: 3 additions & 1 deletion polkadot-hub-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Polkadot enables **smart contract deployment** via **PolkaVM**. This allows using familiar **Ethereum tools** and **libraries** while leveraging Polkadot’s robust ecosystem. **PolkaVM** is live on the Polkadot testnet Westend. ✅

*Refer to the [**known issues**](https://docs.google.com/document/d/1j5hnQZRqlbVagW28dC24OVAF8uRih5jWubBxy5PlMYc/edit?usp=sharing) document if you're running into issues deploying contracts or using any of the tools below.*

### 📚 Development Environments

There are multiple development environments already available for Polkadot smart contract development. Here are some of the most popular ones:
Expand Down Expand Up @@ -73,7 +75,7 @@ Jumpstart your **smart contract dApp** with these templates:

- [**create-polkadot-dapp**](https://www.npmjs.com/package/create-polkadot-dapp?activeTab=readme) - a scaffolding tool to generate project boilerplates. Explore the `react-solidity` template located in the `templates` folder which comes pre-configured with **React, Tailwind CSS, and Ethers.js** for frontend interaction with your smart contracts

- [**rust-contract-template**](https://github.com/paritytech/rust-contract-template/) - a template for writing Rust contracts designed to compile to PolkaVM.
- [**hardhat-polkadot-example**](https://github.com/UtkarshBhardwaj007/hardhat-polkadot-example) - a demo for how to use Hardhat with Polkadot.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be moved to an organisation-owned repository, rather than being hosted under a personal account.


### 🧙 Alternative Smart Contract Languages

Expand Down