8000 GitHub - near/near-cli at v0.3.4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
/ near-cli Public archive

General purpose command line tools for interacting with NEAR Protocol

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE
Notifications You must be signed in to change notification settings

near/near-cli

Repository files navigation

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]
0