Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions features/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: ""

TurboETH includes support for [`prisma`](https://prisma.io) to automatically backend database bindings.

### Quickly Create New Datbase
### Quickly Create New Database
- [MongoDB](https://www.mongodb.com/cloud/atlas) - NoSQL
- [PlantScale](https://planetscale.com/) - MySQL

Expand All @@ -27,9 +27,9 @@ https://pris.ly/d/getting-started
- Schema - `prisma/schema.prisma`

#### Generate
Run the `generate` command to automatically generat database client with typings
Run the `generate` command to automatically generate database client with typings

**Only requred** when adding updating the database schema.
**Only required** when adding updating the database schema.

```bash
pnpm prisma:generate
Expand All @@ -53,4 +53,4 @@ model User {
updatedAt DateTime @updatedAt
address String
}
```
```
4 changes: 2 additions & 2 deletions getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Start building Web3 applications today"
## 1-Click Deploy
TurboETH can be deployed in [1-click deployment](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app&project-name=TurboETH&repository-name=turbo-eth&demo-title=TurboETH&env=APP_ADMINS,NEXT_PUBLIC_ALCHEMY_API_KEY,NEXTAUTH_SECRET,ETHERSCAN_API_KEY,ETHERSCAN_API_KEY_OPTIMISM,ETHERSCAN_API_KEY_ARBITRUM,ETHERSCAN_API_KEY_POLYGON,DATABASE_URL&envDescription=How%20to%20get%20these%20env%20variables%3A&envLink=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app%2Fblob%2Fmain%2F.env.example) using Vercel.

*Why use 1-click deploy?* Continuis integration (CI) setup.
*Why use 1-click deploy?* Continuous integration (CI) setup.

Add required [Environment Variables](/getting-started/environment) when starting a new project.

Expand Down Expand Up @@ -67,4 +67,4 @@ More information coming soon...

## Etherscan

More information coming soon...
More information coming soon...
2 changes: 1 addition & 1 deletion getting-started/wagmi-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The`@wagmi/cli` module is used to automatically generate hooks and export ABI.
## Generate
Run the `generate` command to automatically export react hooks and ABI files.

**Only requred** when adding new smart contracts or updating the config.
**Only required** when adding new smart contracts or updating the config.

```bash
pnpm wagmi generate
Expand Down
4 changes: 2 additions & 2 deletions getting-started/wagmi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: ""

https://wagmi.sh

TurboETH use WAGMI for managing blockchain connections, reads, writes and events.
TurboETH uses WAGMI for managing blockchain connections, reads, writes and events.

The WAGMI module include hooks, chains and other utility functions for quickly building Web3 frontend applications.
The WAGMI module includes hooks, chains and other utility functions for quickly building Web3 frontend applications.