Skip to content
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
3 changes: 2 additions & 1 deletion polkadot-hub-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ There are multiple development environments already available for Polkadot smart
### 🦀 Rust Contracts

Besides **Solidity**, you can also write smart contracts in Rust using **ink!** — the go-to language for Rust-based smart contract development on Polkadot. Check out the [**ink! Docs**](https://use.ink/6.x) to get started.
- Check out the [ink! Hackathon Guide](https://use.ink/docs/v6/sub0-hackathon-2025/).

### 👨‍💻 Contract Interaction Libraries

Expand Down Expand Up @@ -72,7 +73,7 @@ Here you can find some useful tutorials and resources to help you get started wi

- 🎥 [**Deploy Rust and Solidity contracts**](https://youtu.be/TGgpG1jPxeE) – a workshop showcasing how to deploy and interact with Solidity and Rust contracts on the Polkadot Hub.

- 🔄 [**ink! Ethereum Compatibility**](https://use.ink/tutorials/ethereum-compatibility/overview) — generate a **Solidity-compatible ABI** for your [**ink!**](https://use.ink/docs/v6#what-is-ink) contracts.
- 🔄 [**ink! Ethereum Compatibility**](https://use.ink/docs/v6/solidity-interop/metamask-setup) — generate a **Solidity-compatible ABI** for your [**ink!**](https://use.ink/docs/v6#what-is-ink) contracts.

- 🧩 [**Build a Frontend for an ink! dApp**](https://use.ink/tutorials/frontend-development/inkathon-erc20) — a step-by-step React/TypeScript frontend using **inkathon** to connect, read state, and send transactions to an ink! ERC-20 smart contract.

Expand Down
2 changes: 1 addition & 1 deletion tinkerer-materials/quickstarters.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ They typically feature wallet integration, real-time chain data display, and tra

| Tool | What it's for | When should I use this? | Docs (URL) | Starter / Template (URL) | Working Example(s) | Tutorial(s) |
|---|---|---|---|---|---|---|
| **Pop! CLI** | Local blockchain development tool | Developing custom parachains or testing parachain features locally | https://onpop.io/ | [Use the pop! CLI to get started](https://github.com/r0gue-io/pop-cli) | [EduChain](https://github.com/w3f/educhain) | [Create a new parachain - pop! Tutorial](https://learn.onpop.io/chains/guides/create-a-new-parachain) |
| **Pop! CLI** | Local blockchain development tool | Developing custom parachains or testing parachain features locally | https://onpop.io/ | [Use the pop! CLI to get started](https://github.com/r0gue-io/pop-cli) | [EduChain](https://github.com/w3f/educhain) | [Create a new parachain - pop! Tutorial](https://learn.onpop.io/chains/guides/create-a-new-chain) |

### Boilerplates & Examples

Expand Down
Loading