Socket
Socket
Sign inDemoInstall

@blockstack/clarity-native-bin

Package Overview
Dependencies
45
Maintainers
9
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blockstack/clarity-native-bin

Library for providing the native Clarity CLI binary


Version published
Weekly downloads
20
increased by11.11%
Maintainers
9
Created
Weekly downloads
 

Changelog

Source

0.3.15 (2021-06-03)

Note: Version bump only for package clarity-monorepo-wrapper

Readme

Source

@blockstack/clarity-native-bin

This package installs the system-specific native clarity-cli binary.

The JS module also provides programmatic access to the binary file path and the installation functions.

Installation

An installation script runs automatically when this package is installed via npm install (or an equivalent package install tool/command). Pre-built dist files are downloaded if the platform & arch is supported, otherwise, it attempts to compile the binary from source.

Controlling Installation Options

Force install via source compilation by specifying either the BLOCKSTACK_CORE_SOURCE_TAG or BLOCKSTACK_CORE_SOURCE_BRANCH environment variables. The variable must be available during the npm install script. If found then the script will not attempt to download a pre-compiled distributable. The value must be set to a git tag or branch on the https://github.com/blockstack/blockstack-core repo.

To move a local copy of the clarity-cli binary from a different folder on your machine, include the environment variable BLOCKSTACK_CORE_SOURCE_PATH.

For example, the following commands test a blockstack-core repo feature branch using the clarity-tutorials package:

git clone git@github.com:blockstack/clarity-js-sdk.git
cd clarity-js-sdk
BLOCKSTACK_CORE_SOURCE_BRANCH="feature/new-thing" npm install
cd packages/clarity-tutorials
npm test

Or, for an already setup local SDK dev environment, trigger an npm install of this package. Examples:

cd clarity-js-sdk
BLOCKSTACK_CORE_SOURCE_BRANCH="feature/new-thing" npm run rebuild

Or

cd clarity-js-sdk/packages/clarity-native-bin
BLOCKSTACK_CORE_SOURCE_BRANCH="feature/new-thing" npm install

Source Compilation Requirements

If compiling from source then the Rust toolchain and a C compiler must be available.

  • Specifically, cargo must be available in PATH. rustup is the recommended toolchain installer.
  • See C compiler requirement details at cc-rs (gcc, clang, and msvc are supported).

Keywords

FAQs

Last updated on 03 Jun 2021

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