@worldcoin/minikit-js
esm cjs
minikit-js is our SDK for building mini-apps.
Version 1.9.6 License MIT
Keywords
minikitminiapps
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.0.2
- 0.0.1
- 0.0.38-internal-alpha
- 0.0.37-internal-alpha
- 0.0.36-internal-alpha
- 0.0.35-internal-alpha-temp-fix
- 0.0.34-internal-alpha
- 0.0.33-internal-alpha
- 0.0.32-internal-alpha
- 0.0.31-internal-alpha
- 0.0.30-internal-alpha
- 0.0.29-internal-alpha
- 0.0.28-internal-alpha
- 0.0.27-internal-alpha
- 0.0.26-internal-alpha
- 0.0.25-internal-alpha
- 0.0.24-internal-alpha
- 0.0.23-internal-alpha
- 0.0.22-internal-alpha
- 0.0.21-internal-alpha
- 0.0.2-internal-alpha
<script type="module"> import worldcoinminikitJs from 'https://cdn.jsdelivr.net/npm/@worldcoin/minikit-js@1.9.6/+esm' </script>
minikit-js
🚀 Getting Started
MiniKit is currently available on npm. To install, run:
pnpm i @worldcoin/minikit-js
or use the CDN:
https://cdn.jsdelivr.net/npm/@worldcoin/minikit-js@[version]/+esm
For comprehensive setup instructions and usage examples, visit our developer documentation.
🛠 ️Developing Locally
To run the example mini app locally:
pnpm i
cd demo/with-next
pnpm dev
This will launch a demo mini app with all essential commands implemented, allowing you to explore and test the features.
📦 Installation
To quick start with a template, run:
npx @worldcoin/create-mini-app my-first-mini-app
This will create a new directory called my-first-mini-app
with a basic template setup.
Take a look at the in the template for more information.