Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 2878273

Browse files
Update intro.md
1 parent 973898f commit 2878273

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/intro.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ Scaffold-Stark is not a product itself but more of a combination or stack of oth
2323

2424
Here are the main components:
2525

26-
- [**Hardhat**](https://hardhat.org/docs) or [**Foundry**](https://book.getfoundry.sh/) (user's choice) for running local networks, deploying and testing smart contracts.
27-
- [**Wagmi**](https://wagmi.sh/react/getting-started) for React Hooks to start working with Starknet.
28-
- [**Viem**](https://viem.sh/docs/getting-started.html) as low-level interface that provides primitives to interact with Starknet. The alternative to ethers.js and web3.js.
26+
- [**Sepolia**] ([https://www.infura.io/faucet/sepolia])for running local networks, deploying and testing smart contracts.
27+
- [**Starknet-React**]([https://starknet-react.com/docs/getting-started]) Collection of React hooks wrapper around starknet-react to simplify interactions with smart contracts with typescript autocompletion.
28+
- [**StarknetJS**]([https://www.starknetjs.com/docs/guides/intro]) as low-level interface that provides primitives to interact with Starknet. The alternative to ethers.js and web3.js.
2929
- [**NextJS**](https://nextjs.org/docs) for building a frontend, using many useful pre-made hooks.
30-
- [**RainbowKit**](https://www.rainbowkit.com/docs/) for adding wallet connection.
31-
- [**DaisyUI**](https://daisyui.com/docs/) for pre-built [Tailwind CSS](https://tailwindui.com/components) components.

0 commit comments

Comments
 (0)