Difference between revisions of "How-To: Join the Community fund via quill"

From Internet Computer Wiki
Jump to: navigation, search
(Created page with "== Background and objective == * The goal of this page is to explain how you can configure a NNS neuron to join the Community Fund via quill, including some examples. * We a...")
 
m
Line 1: Line 1:
 
== Background and objective ==  
 
== Background and objective ==  
* The goal of this page is to explain how you can configure a NNS neuron to join the Community Fund via quill, including some examples.  
+
* The goal of this page is to explain how you can configure a NNS neuron to join the Community Fund via quill, including an example.  
 
* We assume that you have a working installation of quill and are familiar with the tool. For an introduction into quill, please see [https://medium.com/dfinity/introducing-quill-a-ledger-and-governance-toolkit-for-the-internet-computer-1df086ce5642 here]. For instructions on how to install and use quill please see the readme on [https://github.com/dfinity/quill GitHub] and the [https://internetcomputer.org/docs/current/references/quill-cli-reference/ quill documentation].
 
* We assume that you have a working installation of quill and are familiar with the tool. For an introduction into quill, please see [https://medium.com/dfinity/introducing-quill-a-ledger-and-governance-toolkit-for-the-internet-computer-1df086ce5642 here]. For instructions on how to install and use quill please see the readme on [https://github.com/dfinity/quill GitHub] and the [https://internetcomputer.org/docs/current/references/quill-cli-reference/ quill documentation].
* For further information on design of the Community Fund, please see [https://internetcomputer.org/docs/current/tokenomics/nns/community-fund here].
+
* For further information on the design of the Community Fund, please see [https://internetcomputer.org/docs/current/tokenomics/nns/community-fund here].
  
 
== Command syntax to directly change following settings via quill ==
 
== Command syntax to directly change following settings via quill ==

Revision as of 16:31, 16 February 2023

Background and objective

  • The goal of this page is to explain how you can configure a NNS neuron to join the Community Fund via quill, including an example.
  • We assume that you have a working installation of quill and are familiar with the tool. For an introduction into quill, please see here. For instructions on how to install and use quill please see the readme on GitHub and the quill documentation.
  • For further information on the design of the Community Fund, please see here.

Command syntax to directly change following settings via quill

The syntax of the quill command to set the following is

quill --pem-file <PEM_FILE> neuron-manage --join-community-fund <neuron id>

where

  • <PEM_FILE> is the path to the Privacy-Enhanced Mail (PEM) file created when quill was set up.
  • <neuron id> is the id of your neuron.

Example

Assume that you have a set-up where your PEM file is called identity.pem and the id of your neuron is 11423144599838103945.

Then the corresponding quill command for joining the Community fund is

quill --pem-file identity.pem neuron-manage --join-community-fund 11423144599838103945