You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/setup.md
+38-30Lines changed: 38 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,49 +42,57 @@ curl https://sh.rustup.rs -sSf | sh
42
42
Install [`cargo-contract`](https://github.com/use-ink/cargo-contract), a CLI tool for setting up and managing smart contracts written with ink!. To install `cargo-contract`, run the following command in your terminal:
In addition to Rust, installation requires a C++ compiler that supports C++17.
50
+
Modern releases of gcc and clang, as well as Visual Studio 2019+ should work.
49
51
50
-
For Pop CLI users, Pop automatically manages the local node for you.
52
+
:::tip
53
+
Looking to run the ink! linter locally? Follow the steps in the [linter setup guide](../development/linter/overview.md).
54
+
:::
51
55
52
-
For cargo-contract users, the [ink-node](https://github.com/use-ink/ink-node) is
53
-
a simple Polkadot SDK blockchain with smart contract functionality. It's a comfortable option for local development and testing.
56
+
## ink-node
54
57
55
-
There are two ways of installing the node:
58
+
For Pop CLI users, Pop automatically manages the local node for you.
56
59
57
-
### (1) Download the Binary
58
-
Go to the [ink-node releases page](https://github.com/use-ink/ink-node/releases). Under `Assets` of the latest release, download the appropriate binary for your platform:
59
-
-**Linux (ARM64)**: `ink-node-linux-arm64.tar.gz`
60
-
-**Linux (x86)**: `ink-node-linux.tar.gz`
61
-
-**macOS**: `ink-node-mac-universal.tar.gz`
60
+
For cargo-contract users, the [ink-node](https://github.com/use-ink/ink-node) is
61
+
a simple Polkadot SDK blockchain with smart contract functionality. It's a comfortable option for local development and testing.
62
62
63
-
Make the binary executable:
64
-
```bash
65
-
chmod +x ./ink-node
66
-
```
63
+
There are two ways of installing the node:
67
64
68
-
**For macOS users:**
69
-
When you first try to run `ink-node`, macOS may show a security warning.
65
+
### (1) Download the Binary
66
+
Go to the [ink-node releases page](https://github.com/use-ink/ink-node/releases). Under `Assets` of the latest release, download the appropriate binary for your platform:
0 commit comments