From 4ca4169eb95013cea8fc1f4ba1a789b52e2fc73c Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Tue, 26 Sep 2023 16:29:19 +0000 Subject: [PATCH] GITBOOK-21: change request with no subject merged in GitBook --- .gitbook/building-dapps/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitbook/building-dapps/README.md b/.gitbook/building-dapps/README.md index 574623606..f61e2611f 100644 --- a/.gitbook/building-dapps/README.md +++ b/.gitbook/building-dapps/README.md @@ -6,7 +6,15 @@ Injective is natively interoperable with several well-known blockchain networks, Within this section we are going to explore configuring different UI frameworks to work with the `@injectivelabs` packages so you can start building decentralized applications on top of Injective. We are also going to showcase example (simple) dApps built on top of Injective. +*** +### Create Injective dApp CLI tool + +The simplest way to start your journey on Injective is using our CLI tool. To do this, simply write this command and follow the instructions in your terminal! + +```bash +$ npx @injectivelabs/create-injective-app +``` ### Configuration @@ -15,7 +23,7 @@ Within this section we are going to explore configuring different UI frameworks | [Configuring Nuxt](configuring-nuxt.md) | Configuring Nuxt 3.x + Vite | | [Configuring React](configuring-react.md) | Configuring React 18 + Vite | - +*** ### Dapps