Socket
Socket
Sign inDemoInstall

@aztec/blockchain

Package Overview
Dependencies
11
Maintainers
6
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aztec/blockchain

This package is responsible for smart contract and other blockchain related work.


Version published
Weekly downloads
196
increased by9700%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

Blockchain

This package is responsible for smart contract and other blockchain related work.

Getting started

./bootstrap.sh

Testing

To test and incorporate changes to circuits:
yarn test

To save time after only changing a contract:
yarn compile && NODE_NO_WARNINGS=1 yarn jest

To save time after only changing a test file:
yarn jest --runInBand
(runInBand gives more debugging info).

To test a specific file:
yarn jest contracts/rollup_processor/loan_defi_bridge.test.ts --runInBand
(notice the path is relative to ./src due to the "jest" config in the package.json).

FAQs

Last updated on 16 Feb 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc