
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@layerzerolabs/hyperliquid-composer
Advanced tools
LayerZero Labs reference EVM OmniChain Fungible Token (OFT) implementation for Hyperliquid
The following are just syntax and usage. Explanations are below in the section on "Deploy and Connect your OFT Guide".
To view all commands, run:
npx @layerzerolabs/hyperliquid-composer -h
npx @layerzerolabs/hyperliquid-composer core-spot \
--action get \
--token-index <coreIndex> \
--network {testnet | mainnet} \
[--log-level {info | verbose}]
npx @layerzerolabs/hyperliquid-composer get-core-balances \
--user <0x> \
[--show-zero {false | true}] \
--network {testnet | mainnet} \
[--log-level {info | verbose}]
npx @layerzerolabs/hyperliquid-composer is-account-activated \
--user <0x> \
--network {testnet | mainnet} \
[--log-level {info | verbose}]
npx @layerzerolabs/hyperliquid-composer core-spot \
--action create \
--oapp-config <layerzeroConfigFile> \
--token-index <coreIndex> \
--network {testnet | mainnet} \
[--log-level {info | verbose}]
evmUserModify
)PR : https://github.com/LayerZero-Labs/devtools/pull/1417
npx @layerzerolabs/hyperliquid-composer set-block \
--size {small | big} \
--network {testnet | mainnet} \
--private-key $PRIVATE_KEY \
[--log-level {info | verbose}]
spotDeploy
)PR : https://github.com/LayerZero-Labs/devtools/pull/1441
setDeployerTradingFeeShare
npx @layerzerolabs/hyperliquid-composer trading-fee \
--token-index <coreIndex> \
--share <[0%,100%]> \
--network {testnet | mainnet} \
--private-key $PRIVATE_KEY_HYPERLIQUID \
[--log-level {info | verbose}]
userGenesis
npx @layerzerolabs/hyperliquid-composer user-genesis \
--token-index <coreIndex> \
[--action {* | userAndWei | existingTokenAndWei | blacklistUsers}]
--network {testnet | mainnet} \
--private-key $PRIVATE_KEY_HYPERLIQUID \
[--log-level {info | verbose}]
genesis
npx @layerzerolabs/hyperliquid-composer set-genesis \
--token-index <coreIndex> \
--network {testnet | mainnet} \
--private-key $PRIVATE_KEY_HYPERLIQUID \
[--log-level {info | verbose}]
registerSpot
npx @layerzerolabs/hyperliquid-composer register-spot \
--token-index <coreIndex> \
--network {testnet | mainnet} \
--private-key $PRIVATE_KEY_HYPERLIQUID \
[--log-level {info | verbose}]
requestEvmContract
npx @layerzerolabs/hyperliquid-composer request-evm-contract \
--oapp-config <layerzero.config.ts> \
--token-index <coreIndex> \
--network {testnet | mainnet} \
--log-level verbose \
--private-key $PRIVATE_KEY_HYPERLIQUID
finalizeEvmContract
npx @layerzerolabs/hyperliquid-composer finalize-evm-contract \
--oapp-config <layerzero.config.ts> \
--token-index <coreIndex> \
--network {testnet | mainnet} \
--log-level verbose \
--private-key $PRIVATE_KEY_HYPERLIQUID
FAQs
LayerZero Labs reference EVM OmniChain Fungible Token (OFT) implementation for Hyperliquid
The npm package @layerzerolabs/hyperliquid-composer receives a total of 183 weekly downloads. As such, @layerzerolabs/hyperliquid-composer popularity was classified as not popular.
We found that @layerzerolabs/hyperliquid-composer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.