🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-rituals

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rituals

CLI tool that generates smart workflows based on a predefined template.

latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

create-rituals

create-rituals is a Bun-powered CLI that scaffolds smart contract workflows from predefined templates. The initial release ships with a single template, Counter.sol, showcasing a minimal counter contract and Hardhat deployment pipeline.

Installation

bun add -g create-rituals

Or run directly with Bun:

bunx create-rituals create my-counter-dapp

Usage

# Scaffold a new Counter workflow
bun create-rituals create my-counter-dapp

# List available templates
bun create-rituals templates

# Deploy the generated contract (from inside the project directory)
bun run deploy -- --network localhost

Run bun create-rituals --help for the full list of commands and options.

FAQs

Package last updated on 27 Oct 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