Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
modifed content based on new readme (#876)
Browse files Browse the repository at this point in the history
* modifed content based on new readme

* fixed beta message

* modified text

* modified beta message
  • Loading branch information
saminacodes authored Sep 12, 2023
1 parent d3bf0fb commit f61195b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/onboarding/22 Web3 API/0 Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide_title: true
---

:::info
Web3 API is currently in Beta. To try it out, please [contact our business team](https://thirdweb.com/contact-us).
Web3 API is currently in Open Beta and requires self-hosting. If you need a managed version, please [contact us](https://thirdweb.com/contact-us).
:::

# Overview
Expand Down
13 changes: 4 additions & 9 deletions docs/onboarding/22 Web3 API/1 Configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

:::info
Web3 API is currently in Beta. To try it out, please [contact our business team](https://thirdweb.com/contact-us).
Web3 API is currently in Open Beta and requires self-hosting. If you need a managed version, please [contact us](https://thirdweb.com/contact-us).
:::

# Configuration
Expand All @@ -31,11 +31,10 @@ To use web3 API, you will need to initiate it with an admin wallet using one of
1. Setup a `.env` file at the root of your project’s repository
2. Set the following variables in your `.env` file:

````json
WALLET_PRIVATE_KEY=<YOUR_PRIVATE_KEY>
```
POSTGRES_CONNECTION_URL=<YOUR_CONNECTION_URL>
THIRDWEB_SDK_SECRET_KEY=<YOUR_SECRET_KEY>
```
````

### AWS KMS

Expand All @@ -50,11 +49,8 @@ Web3-API supports AWS KMS for signing & sending transactions over any EVM chain.
```json
# Required for AWS Auth
AWS_ACCESS_KEY_ID=<aws_access_key_id>
AWS_SECRET_ACCESS_KEY=<aws_secret_access_key>
AWS_SECRET_ACCESS_KEY=<aws_secret_access_key>
AWS_REGION=<aws_region>

# Required for AWS KMS Admin Wallet
AWS_KMS_KEY_ID=<kms_key_id>
```

### Google KMS
Expand All @@ -79,7 +75,6 @@ Web3-API supports Google KMS for signing & sending transactions over any EVM cha
GOOGLE_APPLICATION_PROJECT_ID=<google_project_id>
GOOGLE_KMS_KEY_RING_ID=<key_ring_id>
GOOGLE_KMS_LOCATION_ID=<location_of_key_ring>
GOOGLE_KMS_CRYPTO_KEY_ID=<kms_key_id> # If created on Google Console
```

## Part 2: Server Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/onboarding/22 Web3 API/2 Get Started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide_title: true
---

:::info
Web3 API is currently in Beta. To try it out, please [contact our business team](https://thirdweb.com/contact-us).
Web3 API is currently in Open Beta and requires self-hosting. If you need a managed version, please [contact us](https://thirdweb.com/contact-us).
:::

# Get Started
Expand Down
2 changes: 1 addition & 1 deletion docs/onboarding/22 Web3 API/3 References.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide_title: true
---

:::info
Web3 API is currently in Beta. To try it out, please [contact our business team](https://thirdweb.com/contact-us).
Web3 API is currently in Open Beta and requires self-hosting. If you need a managed version, please [contact us](https://thirdweb.com/contact-us).
:::

### References
Expand Down
2 changes: 1 addition & 1 deletion submodules/contracts
Submodule contracts updated 707 files
2 changes: 1 addition & 1 deletion submodules/go
Submodule go updated 328 files
2 changes: 1 addition & 1 deletion submodules/python
Submodule python updated 336 files

1 comment on commit f61195b

@vercel
Copy link

@vercel vercel bot commented on f61195b Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.