New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bbup

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbup

Barretenberg installation script

latest
npmnpm
Version
0.0.12
Version published
Maintainers
0
Created
Source

BBup

BBup is a CLI tool that makes it easy to install the Barretenberg proving backend.

It assumes you are using Noir as the frontend language.

Installation

Dependencies

TODO

Installation script

BBup is an installer for whatever version of BB you may want. Install BBup with:

curl -L bbup.dev | bash

[!IMPORTANT] Always check what scripts do. The above one redirects to the install script which checks if you have npm, installing it with nvm otherwise. It then installs bbup globally.

Usage

To install the Barretenberg version compatible with the current installed Noir version (ex. installed with noirup), run:

bbup

Check if the installation was successful:

bb --version

If installation was successful, the command would print the version of bb installed.

Options

You can install any specific version of bb with the -v flag. Example:

bbup -v 0.56.0

You can also pass any Noir version with the -nv flag, or specify nightly for the nightly version. Examples:

bbup # installs the barretenberg version matching your current nargo version
bbup -nv 0.34.0 # installs the barretenberg version compatible with Noir 0.34.0 release
bbup -nv nightly # installs the barretenberg version compatible with Noir nightly release

FAQs

Package last updated on 20 Nov 2024

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