Hop
π° Hop Protocol Monorepo
Install / Use
/learn @hop-protocol/HopREADME
Hop Monorepo
The Hop Protocol monorepo
Packages
V1
| Lib/App | Current Version | Description |
| --- | --- | --- |
@hop-protocol/frontend | | React Frontend UI |
@hop-protocol/sdk |
| V1 TypeScript Hop SDK |
@hop-protocol/hop-node |
| TypeScript Hop Node |
V2
| Lib/App | Current Version | Description |
| --- | --- | --- |
@hop-protocol/v2-sdk | | V2 TypeScript Hop SDK |
@hop-protocol/v2-hop-node |
| TypeScript Hop Node |
Quickstart
The Hop monorepo uses PNPM for package and workspace management.
Install dependencies & link packages
pnpm install
pnpm build
Clean node_modules and build artifacts
pnpm clean
Guidelines for using PNPM workspaces
All commands should be run from the root of the monorepo.
# Install a single package and its dependencies
pnpm --filter <package_name>... install
# Build a single package and its dependencies
pnpm --filter <package_name>... build
# Run a PNPM script in all packages
pnpm <script_name>
If you are developing on a single package only and need to ignore the rest of the packages, you need to install with --include-workspace-root. This is because the installation of a single package does not install the rootβs dependencies, which are usually needed for building and linting.
pnpm --filter <package_name>... install --include-workspace-root
Contributing
License
Related Skills
bluebubbles
343.3kUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
slack
343.3kUse when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
