πŸš€ DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more β†’
Socket
Book a DemoInstallSign in
Socket

@nillion/create-nillion-app

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nillion/create-nillion-app

Quickstart a new Nillion app

latest
npmnpm
Version
0.3.0-rc.1
Version published
Maintainers
0
Created
Source

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 your desired directory.

npx @nillion/create-nillion-app

What it does

  • Installs nilup, the Nillion SDK tool installer and version manager
  • Clones an example Next.js project with App Router Settings a. Installs @nillion/client-react-hooks * @nillion/client-vms which has all your needs to use Nillion and Nada.
  • Installs an Nada projects with a pyenv
  • Then follow along the QuickStart guide to do the following:
    • Create a simple Nada App
    • Connect a Nextjs <> Nada Program

Directory tree should look like:

.
β”œβ”€β”€ README.md
β”œβ”€β”€ app
β”‚   β”œβ”€β”€ components
β”‚   β”œβ”€β”€ home
β”‚   β”œβ”€β”€ layout.tsx
β”‚   β”œβ”€β”€ lib
β”‚   └── page.tsx
β”œβ”€β”€ nada
β”‚   β”œβ”€β”€ .venv
β”‚   β”œβ”€β”€ nada-project.toml
β”‚   β”œβ”€β”€ requirements.txt
β”‚   β”œβ”€β”€ src
β”‚   └── tests
β”œβ”€β”€ next.config.mjs
β”œβ”€β”€ node_modules
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
└── tsconfig.json

Requirements

  • Node.js 18.0.0 or later
  • npm 6.0.0 or later

License

MIT

Keywords

nillion

FAQs

Package last updated on 06 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts