How-To: Join the Community fund via quill

From Internet Computer Wiki
Revision as of 16:30, 16 February 2023 by Bjoern.assmann (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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