mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
7 lines
319 B
Bash
7 lines
319 B
Bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
|
brew install openssl cmake
|
|
curl https://sh.rustup.rs -sSf | sh
|
|
source ~/.cargo/env
|
|
cargo install --git https://github.com/paritytech/substrate subkey
|
|
cargo install --git https://github.com/paritytech/substrate substrate
|