Difference between revisions of "Seed participant configuration with DFINITY Canister SDK"
From Internet Computer Wiki
Diego.prats (talk | contribs) |
Diego.prats (talk | contribs) |
||
Line 11: | Line 11: | ||
As an early contributor or seed donor, Seed participants wrote down a 12-word mnemonic seed phrase that was generated by the DFINITY Chrome extension. To create an identity, seed participants must derive a private key from their seed phrase and import that private key into the DFINITY Canister SDK. This step is required before seed participants can take control of their neurons. | As an early contributor or seed donor, Seed participants wrote down a 12-word mnemonic seed phrase that was generated by the DFINITY Chrome extension. To create an identity, seed participants must derive a private key from their seed phrase and import that private key into the DFINITY Canister SDK. This step is required before seed participants can take control of their neurons. | ||
− | ===Secure your environment=== | + | ===Step 1a: Secure your environment=== |
− | ===Install Keysmith=== | + | ===Step 1b: Install Keysmith=== |
====Fetch the release binary==== | ====Fetch the release binary==== | ||
Line 21: | Line 21: | ||
====Build Keysmith from source==== | ====Build Keysmith from source==== | ||
− | ===Install the DFINITY Canister SDK=== | + | ===Step 1c: Install the DFINITY Canister SDK=== |
− | ===Set your seed phrase for use with keysmith=== | + | ===Step 1d: Set your seed phrase for use with keysmith=== |
− | ===Check your legacy address and balance (optional)=== | + | ===Step 1e: Check your legacy address and balance (optional)=== |
− | ===Derive and import your private key=== | + | ===Step 1f: Derive and import your private key=== |
==Step 2: Take control of your neurons== | ==Step 2: Take control of your neurons== |
Revision as of 00:58, 13 November 2021
Introduction
Steps to configure a neuron using the DFINITY Canistr SDK.
Warning
This process is not currently possible on macOS computers with M1 chips. You can only install the DFINITY Canister SDK dfx and the Candid compiler didc on Intel-based macOS and Linux computers.
Step 1: Derive a native Internet Computer principal from your Ethereum seed
As an early contributor or seed donor, Seed participants wrote down a 12-word mnemonic seed phrase that was generated by the DFINITY Chrome extension. To create an identity, seed participants must derive a private key from their seed phrase and import that private key into the DFINITY Canister SDK. This step is required before seed participants can take control of their neurons.