Difference between revisions of "Polkadot (CLI)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* https://github.com/paritytech/polkadot | * https://github.com/paritytech/polkadot | ||
+ | |||
+ | # Import the [email protected] GPG key | ||
+ | gpg --recv-keys --keyserver hkps://keys.mailvelope.com 9D4B2B6EB8F97156D19669A9FF0812D491B96798 | ||
+ | gpg --export 9D4B2B6EB8F97156D19669A9FF0812D491B96798 > /usr/share/keyrings/parity.gpg | ||
+ | # Add the Parity repository and update the package index | ||
+ | echo 'deb [signed-by=/usr/share/keyrings/parity.gpg] https://releases.parity.io/deb release main' > /etc/apt/sources.list.d/parity.list | ||
+ | apt update | ||
+ | # Install the `parity-keyring` package - This will ensure the GPG key | ||
+ | # used by APT remains up-to-date | ||
+ | [[apt install parity-keyring]] | ||
+ | # Install polkadot | ||
+ | [[apt install polkadot]] | ||
Revision as of 11:32, 26 May 2023
# Import the [email protected] GPG key gpg --recv-keys --keyserver hkps://keys.mailvelope.com 9D4B2B6EB8F97156D19669A9FF0812D491B96798 gpg --export 9D4B2B6EB8F97156D19669A9FF0812D491B96798 > /usr/share/keyrings/parity.gpg # Add the Parity repository and update the package index echo 'deb [signed-by=/usr/share/keyrings/parity.gpg] https://releases.parity.io/deb release main' > /etc/apt/sources.list.d/parity.list apt update # Install the `parity-keyring` package - This will ensure the GPG key # used by APT remains up-to-date apt install parity-keyring # Install polkadot apt install polkadot
brew install --cask polkadot-js
Advertising: