Create React App Template¶
Create React App is a CLI utility which facilitates generation of react app boilerplate via templates.
In order to expedite distributed application (DApp) development, we maintain a create-react-app template: cra-template-cosmjs-keplr. Projects generated from this template include all the necessary dependencies and build configuration needed to:
- Interact with the Fetch or Keplr wallet
- Interact with cosmos-based networks
To generate a new project:
The generated project also comes with an example DApp, "Hello Cosmos", which demonstrates Cosmjs and Keplr API usage in the form of a simple frontend.