Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blockstack/clarity-cli

Package Overview
Dependencies
Maintainers
8
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockstack/clarity-cli

The Clarity CLI is used to manage Clarity smart contracts from the command line.

  • 0.1.14-alpha.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-89.47%
Maintainers
8
Weekly downloads
 
Created
Source
  • Usage
  • Commands

Usage

$ npm install -g @blockstack/clarity-cli
$ clarity COMMAND
running command...
$ clarity (-v|--version|version)
@blockstack/clarity-cli/0.1.14-alpha.3 darwin-x64 node-v12.16.1
$ clarity --help [COMMAND]
USAGE
  $ clarity COMMAND
...

Commands

clarity help [COMMAND]

display help for clarity

USAGE
  $ clarity help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

clarity new PROJECT

Generate new project

USAGE
  $ clarity new PROJECT

OPTIONS
  -h, --help      show CLI help
  --skip_install  Skip running `npm install` after project generation.

EXAMPLE
  $ clarity new <PROJECT_NAME>

See code: src/commands/new.ts

clarity setup

Install blockstack-core and its dependencies

USAGE
  $ clarity setup

OPTIONS
  --from_source  Compile binary from Rust source instead of downloading distributable.
  --overwrite    Overwrites an existing installed clarity-cli bin file.

EXAMPLE
  $ clarity setup

See code: src/commands/setup.ts

Keywords

FAQs

Package last updated on 16 Apr 2020

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