Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@waku/create-app

waku-org1.7kMIT OR Apache-2.00.1.1-504bcd4TypeScript support: included

Helper package to bootstrap Waku app

waku, decentralised, communication, web3, ethereum, dapps

readme

@waku/create-app

This package is here to help you bootstrap your next Waku dapp.

Usage:

  • yarn create @waku/app [options] <project-dir>
  • npx @waku/create-app [options] <project-dir>

For options you can specify template from which to initialize your app. Template correlates directly to the name of example you can see in this repository.

How to add support for new example:

Just create an example in the examples folder in the root of the repository.