@layerzerolabs/onesig-starknet
v1.2.0
Published
A LayerZero OneSig implementation for Starknet blockchain.
Readme
@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
brewor your chosen package manager, e.g.brew install pnpm brew install asdfFollow the install instructions for starkup; this takes care of all dependencies, i.e.
curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.dev | shSync versions
pnpm install:starknetBuild the core package
cd ../onesig-core pnpm build:js
Test
Run the unit and integration tests
pnpm test