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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ More relevant links:
45
45
*[Substrate Stack Exchange](https://substrate.stackexchange.com/questions/tagged/ink?tab=Votes) ‒ Forum for getting your ink! questions answered
46
46
*[`cargo-contract`](https://github.com/use-ink/cargo-contract) ‒ CLI tool for ink! contracts
47
47
*[Contracts UI](https://contracts-ui.substrate.io/) ‒ Frontend for contract instantiation and interaction
48
-
*[Substrate Contracts Node](https://github.com/paritytech/substrate-contracts-node) ‒ Simple Substrate blockchain which includes smart contract functionality
48
+
*[`ink-node](https://github.com/use-ink/ink-node) ‒ Simple Substrate blockchain which includes smart contract functionality
49
49
*[Awesome ink!](https://github.com/use-ink/awesome-ink) - A curated list of awesome projects for Polkadot's ink!
50
50
* We post announcements on [Telegram][k2] and [Twitter][l2].
51
51
@@ -75,7 +75,7 @@ More relevant links:
75
75
The best way to start is to check out the [Getting Started](https://use.ink/getting-started/setup)
76
76
page in our documentation.
77
77
78
-
If you want to have a local setup you can use our [`substrate-contracts-node`](https://github.com/paritytech/substrate-contracts-node) for a quickstart.
78
+
If you want to have a local setup you can use our [`ink-node`](https://github.com/use-ink/ink-node) for a quickstart.
79
79
It's a simple Substrate blockchain which includes the Substrate module for smart contract functionality ‒ the `contracts` pallet (see [How it Works](#how-it-works) for more).
80
80
81
81
We also have a live testnet named "Contracts" on Rococo. Rococo is a Substrate based
0 commit comments