-
Notifications
You must be signed in to change notification settings - Fork 24
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.
Near CLI Docs: Astro DAO factory contract (testnet): sputnikv2.testnet Astro DAO contract (testnet): [your dao name].sputnikv2.testnet
All examples below has next data:
Account: test-account.testnet
(replace with your account)
DAO name: near-cli-example
(replace with your dao name)
Install Near CLI:
npm install -g near-cli