Tooling
ModuleKit
Module Registry
Getting Started

⚠️ Deprecation Notice

ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev


title: "Getting Started"

The Module Registry is built using Foundry. To use it, clone the git repository (opens in a new tab) and follow the steps below.

Installation

To install dependencies, run:

pnpm install

Quick Start

To build the project, run:

pnpm build

To run tests, run:

pnpm test