
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@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 46 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.