Difference between revisions of "Tutorial: Neuron control"
From Internet Computer Wiki Staging
(Created page with "There are the following options to control neurons: # NNS dapp # quill (command line tool) # ic-repl (command line tool) Options 1 and 2 can be used in conjunction with a Le...") Tag: visualeditor |
Markotest2 (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
It is also possible to control neurons with dfx but that is not covered in this tutorial. | It is also possible to control neurons with dfx but that is not covered in this tutorial. | ||
+ | |||
+ | == NNS dapp == | ||
+ | https://nns.ic0.app/ |
Latest revision as of 17:44, 18 January 2022
There are the following options to control neurons:
- NNS dapp
- quill (command line tool)
- ic-repl (command line tool)
Options 1 and 2 can be used in conjunction with a Ledger hardware wallets. Options 2 and 3 work well with an air-gapped computer.
It is also possible to control neurons with dfx but that is not covered in this tutorial.