New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

loopring36-block-parser2

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopring36-block-parser2

a# loopring36-block-parser

  • 0.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by80%
Maintainers
1
Weekly downloads
 
Created
Source

a# loopring36-block-parser

Install dependencies

> yarn / npm install

Run

> ts-node src/main.ts [--network <mainnet|goerli>] <txHash>  
    options:   
    --network: mainnet/goerli, default is mainnet  
    --single: parse txData of a single tx

    e.g.   
    1) parse tx 0x947cfd35acb01824f231782b8fc3516f0886b63666e38b48653ebe7a295c5345 on mainnet:   
    > ts-node src/main.ts 0x947cfd35acb01824f231782b8fc3516f0886b63666e38b48653ebe7a295c5345  
    
    2) parse tx 0x11bffe7b21ffab6885b363c499d47f43a9511c2694249affb0d0aa874956d64e on goerli:  
    > ts-node src/main.ts --network goerli 0x11bffe7b21ffab6885b363c499d47f43a9511c2694249affb0d0aa874956d64e  
    
    3) parse txData of a single tx:
    > ts-node src/main.ts --single  \
      0x040000000000000006000119c200016f6c000080005986a00000018f0980020000051300000000000000000000000000000000000000000000000000000000000000000

Parsed result:

parsed result will be saved to result directory, named as [txHash].json

FAQs

Package last updated on 01 Mar 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc