@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.
For security reasons, we recommend using the stable package versions of NPM packages.
Stable Package Version
The latest versions are published using the
next tag. For stable versions use the latest tag or check npm registry for the latest stable version.If you are looking for how to build a dApp on Injective EVM,
you should check out the guides in your first EVM dApp.
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!Configuration
| Topic | Description |
|---|---|
| Configuring Nuxt | Configuring Nuxt 3.x + Vite |
| Configuring React | Configuring React 18 + Vite |
dApps
| Topic | Description |
|---|---|
| DEX | Building a decentralized exchange on top of Injective |
| Simple Smart Contract | Building a simple smart contract app on top of Injective |
| Webpack | Simple HTML example with Webpack and Injective |