Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

near/near-cli

NEAR command line interface

The NEAR protocol library as CLI tool. More documentation here

Installation

npm install -g near-shell

Usage

In command line, from directory with your project:

near <command>

Commands:

  near create_account  # create a developer account
  near deploy          # deploy your smart contract

Options:

Option Description Type
--help Show help [boolean]
--version Show version number [boolean]