@crypblizz/create-nillion-app
v1.0.1
Published
Quickstart a new Nillion app
Downloads
7
Maintainers
Readme
Create Nillion App
A CLI tool to create a new Nillion app with Next.js integration.
Usage
This will create a new Nillion app in the my-nillion-app
directory.
npx create-nillion-app
What it does
- Installs
nilup
, the Nillion SDK tool installer and version manager - Install an Nada projects
- Clones an example Next.js project with App Router
a. Installs
@nillion/client-react-hooks
b.
Directory tree should look like:
.
├── nada_quickstart_programs
│ ├── XXX
└── nillion-app
├── XXX
Requirements
- Node.js 14.0.0 or later
- npm 6.0.0 or later
License
MIT