Skip to content

Commit 0578d34

Browse files
authored
Merge pull request #14 from Quantum3-Labs/gabi/docs
Update footer
2 parents c2ecec3 + 5027a41 commit 0578d34

11 files changed

+22
-40
lines changed

docs/components/CustomConnectButton.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 7
44

55
# CustomConnectButton
66

7-
Scaffold-Stark 2 uses a custom _"Connect Button"_, that is enhanced with several useful features:
7+
Scaffold-Stark uses a custom _"Connect Button"_, that is enhanced with several useful features:
88

99
- **Balance Display**: Shows the balance of the native token from the connected address.
1010
- **Chain Name and Color**: Displays the name of the connected blockchain and uses a distinct color for each chain.

docs/components/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"link": {
55
"type": "generated-index",
66
"slug": "components",
7-
"description": "Scaffold-Stark 2 provides a set of pre-built components for common web3 use cases. You can make use of them to accelerate and simplify your dapp development."
7+
"description": "Scaffold-Stark provides a set of pre-built components for common web3 use cases. You can make use of them to accelerate and simplify your dapp development."
88
}
99
}

docs/contributing/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
sidebar_position: 7
33
---
44

5-
# 🙏 Contributing to Scaffold-Stark 2
5+
# 🙏 Contributing to Scaffold-Stark
66

7-
We welcome contributions to Scaffold-Stark 2!
7+
We welcome contributions to Scaffold-Stark!
88

99
This section aims to provide an overview of the contribution workflow to help us make the contribution process effective for everyone involved.
1010

docs/hooks/hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sidebar_position: 4
44

55
# 🛠 Interacting with Your Smart Contracts
66

7-
Scaffold-Stark 2 provides a collection of custom React hooks designed to simplify interactions with your deployed smart contracts. These hooks are wrappers around Starknet-React, an easy-to-use interface with typescript autocompletions for reading from, writing to, and monitoring events emitted by your smart contracts.
7+
Scaffold-Stark provides a collection of custom React hooks designed to simplify interactions with your deployed smart contracts. These hooks are wrappers around Starknet-React, an easy-to-use interface with typescript autocompletions for reading from, writing to, and monitoring events emitted by your smart contracts.
88

9-
If you need to interact with external contracts (i.e. not deployed with your SS-2 instance) you can add external contract data to your `packages/nextjs/contracts/preDeployedContracts.ts` file, which would let you use Scaffold-ETH 2 hooks.
9+
If you need to interact with external contracts (i.e. not deployed with your SS-2 instance) you can add external contract data to your `packages/nextjs/contracts/preDeployedContracts.ts` file, which would let you use Scaffold-Stark hooks.
1010

1111
To achieve this, include the contract name, its `address`, and `abi` in `preDeployedContracts.ts` for each chain ID. Ensure to update the [`targetNetworks`](/deploying/deploy-nextjs-app#--targetnetworks) in `scaffold.config.ts` to your preferred chains to enable hooks typescript autocompletion.
1212

docs/intro.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ sidebar_position: 1
33
slug: /
44
---
55

6-
# 🏗 Welcome to Scaffold-Stark 2
6+
# 🏗 Welcome to Scaffold-Stark
77

88
[Scaffold-Stark](https://github.com/Quantum3-Labs/scaffold-stark-2) is everything you need to get started building decentralized applications on Starknet! 🚀
99

1010
⚙️ Built using NextJS, StarknetJS, Scarb, Starknet-React, Starknet Foundry and Typescript.
1111

12-
## About Scaffold-Stark 2
12+
## About Scaffold-Stark
1313

1414
Scaffold-Stark is an open-source, up-to-date toolkit for building decentralized applications (dapps) on the Starknet blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. Scaffold-Stark is a UI-agnostic framework, meaning it does not enforce any specific UI framework or library, giving developers the flexibility to choose their preferred UI tools and libraries.
1515

1616
-**Contract Fast Reload**: Your frontend auto-adapts to your smart contract as you edit it.
1717
- 🔥 **Burner Wallet & Local Faucet**: Quickly test your application with a burner wallet and local faucet.
1818
- 🔐 **Integration with Wallet Providers**: Connect to different wallet providers and interact with the Starknet network.
1919

20-
## Scaffold-Stark2 Tech Stack
20+
## Scaffold-Stark Tech Stack
2121

2222
Scaffold-Stark is not a product itself but more of a combination or stack of other great tools. It allows you to quickly build and iterate over your smart contracts and frontends.
2323

docs/quick-start/customize-your-own-dApp.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ In this example, the `MyBalance` component:
115115
### Using Scaffold Stark Hooks
116116

117117
The `hooks` directory, located at `packages/nextjs/hooks/scaffold-stark`, offers several hooks.
118-
Scaffold-Stark 2 provides a collection of custom React hooks designed to simplify interactions with your deployed smart contracts.
118+
Scaffold-Stark provides a collection of custom React hooks designed to simplify interactions with your deployed smart contracts.
119119
These hooks are wrappers around Starknet-React, an easy-to-use interface with TypeScript autocompletions for reading from, writing to, and monitoring events emitted by your smart contracts.
120120
For more details, please see the [Interacting with Your Smart Contracts](../hooks) section.

docs/quick-start/environment.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to set up your development environment for Scaffold Stark-2.
55

66
# Environment
77

8-
Now that our installation is complete, let's configure the development environment for Scaffold Stark-2.
8+
Now that our installation is complete, let's configure the development environment for Scaffold Stark.
99

1010
### 1. **Initialize a Local Blockchain**:
1111

docs/quick-start/installation.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
description: Requirements and installation methods to get started with Scaffold Stark-2.
3+
description: Requirements and installation methods to get started with Scaffold Stark.
44
---
55

66
# Installation
@@ -135,7 +135,7 @@ curl --location 'https://starknet-sepolia.public.blastapi.io/rpc/v0_7' \
135135

136136
## Setup
137137

138-
To get started with Scaffold-Stark 2, you have two options:
138+
To get started with Scaffold-Stark, you have two options:
139139

140140
1. Follow readme to clone the repository.
141141
2. Use the npx command: ` npx create-stark@latest` to bootstrap the project directly.
@@ -152,7 +152,7 @@ yarn install
152152

153153
### Option 2: Setup using `npx create-stark@latest`
154154

155-
For a simplified setup, Scaffold-Stark 2 offers a beta npx method that guides you interactively through the setup.
155+
For a simplified setup, Scaffold-Stark offers a beta npx method that guides you interactively through the setup.
156156

157157
Bootstrap the project:
158158

docs/recipes/GetCurrentBalanceFromAccount.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ConnectedAddressBalance = () => {
5454

5555
### Step 2: Retrieve the Connected Account
5656

57-
Fetch the Ethereum address of the currently connected account using the [useAccount starknet-react hook](https://starknet-react.com/hooks/account/useaccount) and easily display them using Scaffold Stark-2 [Address](/components/Address) and [Balance](/components/Balance) components.
57+
Fetch the Ethereum address of the currently connected account using the [useAccount starknet-react hook](https://starknet-react.com/hooks/account/useaccount) and easily display them using Scaffold Stark [Address](/components/Address) and [Balance](/components/Balance) components.
5858

5959
```tsx title="components/ConnectedAddressBalance.tsx"
6060
// highlight-start

docs/recipes/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"link": {
55
"type": "generated-index",
66
"slug": "recipes",
7-
"description": "Explore a collection of practical recipes to implement common web3 use-cases with Scaffold-ETH 2. Learn how to interact with smart contracts, read and display data, manage account balances, and more. Each recipe offers step-by-step guidance, making it easy to implement different blockchain features into your dApps."
7+
"description": "Explore a collection of practical recipes to implement common web3 use-cases with Scaffold-Stark. Learn how to interact with smart contracts, read and display data, manage account balances, and more. Each recipe offers step-by-step guidance, making it easy to implement different blockchain features into your dApps."
88
}
99
}

docusaurus.config.js

+6-24
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
55
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
66

77
/** @type {import('@docusaurus/types').Config} */
8+
// @ts-ignore
89
const config = {
9-
title: "Scaffold-Stark 2 | Docs",
10+
title: "Scaffold-Stark | Docs",
1011
tagline: "Open-source toolkit for building dapps",
1112
favicon: "img/icon-starknet.svg",
1213

@@ -19,7 +20,7 @@ const config = {
1920
// GitHub pages deployment config.
2021
// If you aren't using GitHub pages, you don't need these.
2122
organizationName: "scaffold-stark",
22-
projectName: "scaffold-Stark-2",
23+
projectName: "scaffold-Stark",
2324

2425
scripts: [
2526
{
@@ -71,18 +72,12 @@ const config = {
7172
},
7273
image: "img/icon-starknet.svg",
7374
navbar: {
74-
title: "Scaffold-Stark 2 | Docs",
75+
title: "Scaffold-Stark | Docs",
7576
logo: {
7677
alt: "scaffold-stark-logo",
7778
src: "img/logo-starknet.svg",
7879
},
7980
items: [
80-
// commented until Scaffold-eth 2 website is launched
81-
// {
82-
// href: 'https://scaffoldeth.io/',
83-
// label: 'SE-2 Website',
84-
// position: 'left',
85-
// },
8681
{
8782
href: "https://github.com/Quantum3-Labs/ss2-docs",
8883
label: "GitHub Docs",
@@ -98,24 +93,11 @@ const config = {
9893
footer: {
9994
style: "dark",
10095
links: [
101-
{
102-
title: "Built with ♥ at BuidlGuidl",
103-
items: [
104-
{
105-
label: "BuidlGuidl Website",
106-
to: "https://buidlguidl.com/",
107-
},
108-
{
109-
label: "BuidlGuidl Twitter",
110-
to: "https://twitter.com/buidlguidl",
111-
},
112-
],
113-
},
11496
{
11597
title: "GitHub",
11698
items: [
11799
{
118-
label: "Scaffold-Stark 2 GitHub",
100+
label: "Scaffold-Stark GitHub",
119101
href: "https://github.com/Quantum3-Labs/scaffold-stark-2",
120102
},
121103
{
@@ -138,7 +120,7 @@ const config = {
138120
],
139121
},
140122
],
141-
copyright: `Copyright © ${new Date().getFullYear()} Scaffold-stark Docs. Built with Docusaurus.`,
123+
copyright: `Copyright © ${new Date().getFullYear()} Scaffold-Stark Docs. Built with Docusaurus.`,
142124
},
143125
prism: {
144126
theme: lightCodeTheme,

0 commit comments

Comments
 (0)