0.0.12 • Published 8 months ago

bbup v0.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

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 can 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
0.0.10

8 months ago

0.0.11

8 months ago

0.0.12

8 months ago

0.0.9

8 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago