Skip to content

NEAR CLI

Izek edited this page Feb 10, 2022 · 2 revisions

CLI stands for command line interface. It is a tool to interact with the near blockchain without any visual UI. Near-cli is a NodeJS command line interface that utilizes near-api-js to connect to and interact with the NEAR blockchain.

In this Document we'll be referencing CLI-commands from time to time

If you want to learn more about near-cli head over to https://docs.near.org/docs/tools/near-cli.


Astro NEAR CLI Guide

General info

Near CLI Docs: ​ Astro DAO factory contract (testnet): sputnikv2.testnet Astro DAO contract (testnet): [your dao name].sputnikv2.testnet ​

Examples

All examples below has next data: Account: test-account.testnet (replace with your account) DAO name: near-cli-example (replace with your dao name) ​

Initial setup

Install Near CLI:

npm install -g near-cli

Astro App

AstroDAO App

Tech Stack

Architecture

Entities

DAOs

Users

Groups

Proposals

Bounties

Treasury

Storage

Processes

Transaction

Voting

Completing a Bounty

Lockup Contracts Delegation

Search

Tips and Tricks

Use Cases

Ecosystem

NEAR

Smart Contract

NEAR CLI

Gas

Bond

Clone this wiki locally