JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q16143F
  • License MIT

Scaffolding CLI to help developers get started with creating frontend dApps on the Polkadot Ecosystem

Package Exports

  • create-polka-dapp
  • create-polka-dapp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-polka-dapp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-polka-dapp

Make Starting Up your Polkadot / Substrate dApp Easy and Convenient

Compatibility Note: All templates use Vite which requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create polka-dapp@latest

With Yarn:

$ yarn create polka-dapp

With PNPM:

$ pnpm create polka-dapp

With Bun:

$ bun create polka-dapp

Then follow the prompts!

Currently supported template presets include:

  • react + js
  • react + ts

Happy Building on Polkadot!!