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
4 changes: 3 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
https://www.npmjs.com/package/create-polkadot-dapp
https://www.npmjs.com/package/create-polkadot-dapp
https://www.npmjs.com/package/create-polkadot-dapp?activeTab=readme
https://www.npmjs.com/package/create-dot-app
2 changes: 2 additions & 0 deletions polkadot-hub-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ 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

- [**create-dot-app**](https://www.npmjs.com/package/create-dot-app) - a comprehensive scaffolding tool with Solidity templates for both **React** and **Vue**, making it easy to get started with smart contract development on Polkadot
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @preschian, how does this differ from create-polkadot-dapp? Is there a clear advantage to using this tool instead of create-polkadot-dapp that would make hackers prefer it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hi @nhussein11 👋🏻

the diff:

  • multi framework choice (react/vue)
  • multi sdk choice (dedot/papi)
  • reach MVP faster with vibe coding. no cli required. could help onboard non-technical people. demo. hhmm, maybe i think i should put this somewhere in this docs 🤔

soon:

  • embedded wallet for solidity templates (wip)
  • ink! smart contracts (wip)

Copy link
Collaborator

Choose a reason for hiding this comment

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

looks good to me


- [**hardhat-polkadot-example**](https://github.com/UtkarshBhardwaj007/hardhat-polkadot-example) - a demo for how to use Hardhat with Polkadot.


Expand Down
2 changes: 1 addition & 1 deletion tinkerer-materials/quickstarters.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ They typically feature wallet integration, real-time chain data display, and tra
| **DeDot** | Lightweight TypeScript library for Polkadot chains | Need minimal bundle size and only basic chain interactions | [DeDot Developer Docs](https://docs.dedot.dev/)| `npx create-dot-app` (choose DeDot) | [Working Examples using DeDot](https://docs.dedot.dev/help-and-faq/built-with-dedot) | [Develop ink! dApp using Typink](https://docs.dedot.dev/help-and-faq/tutorials/develop-ink-dapp-using-typink) |
| **Polkadot UI (beta)** | React component library for Polkadot dApps | Building polished UIs with pre-built wallet integration and chain components | https://polkadot-ui.com/docs | `npx polkadot-ui@latest list` | | [Getting Started Guide](https://polkadot-ui.com/docs/getting-started) |
| **ParaSpell (XCM SDK)** | Cross-chain transfer library | Building cross-chain features without complex XCM setup | https://paraspell.github.io/docs/ | *(use within PAPI app / boilerplate)* | | |
| **create-dot-app** | Project scaffolding tool | Quick project setup with modern frameworks and best practices | https://github.com/preschian/create-dot-app | `npx create-dot-app` (choose PAPI/DeDot) | *(n/a)* | *(n/a)* |
| **create-dot-app** | Project scaffolding tool | Quick project setup with modern frameworks and best practices | https://github.com/preschian/create-dot-app | `npx create-dot-app` (choose PAPI/DeDot) | [Question Board](https://0xdevcult.github.io/workshop-fun/) | *(n/a)* |

### Building with Rust

Expand Down