Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@layerzerolabs/onesig-starknet

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@layerzerolabs/onesig-starknet

A LayerZero OneSig implementation for Starknet blockchain.

latest
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

@layerzerolabs/onesig-starknet

A LayerZero OneSig implementation for Starknet blockchain.

Overview

This package provides the Starknet implementation of the OneSig protocol for LayerZero.

Installing Starknet Environment

  • Ensure that you have asdf and pnpm installed. Both can be installed via brew or your chosen package manager, e.g.

    brew install pnpm
    brew install asdf
    
  • Follow the install instructions for starkup; this takes care of all dependencies, i.e.

    curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.dev | sh
    
  • Sync versions

    pnpm install:starknet
    
  • Build the core package

    cd ../onesig-core
    pnpm build:js
    

Test

Run the unit and integration tests

pnpm test

FAQs

Package last updated on 31 Jan 2026

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