New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 0.3.0-rc.1
  • latest
  • npm
  • Socket score

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

  1. Installs nilup, the Nillion SDK tool installer and version manager
  2. 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.
  3. Installs an Nada projects with a pyenv
  4. 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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc