Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d4b4f28
Format basic security section
minimalsm Sep 10, 2021
1cc7be4
Draft security page
minimalsm Sep 10, 2021
337f9e6
Link clean-up
minimalsm Sep 14, 2021
bbf2d25
Add Bitwarden password manager
minimalsm Sep 14, 2021
ec83608
Add suggested changes
minimalsm Sep 14, 2021
a23821a
Update src/content/security/index.md
minimalsm Sep 15, 2021
c2bc660
Update src/content/security/index.md
minimalsm Sep 15, 2021
b7ad986
Update src/content/security/index.md
minimalsm Sep 15, 2021
11b257e
Update src/content/security/index.md
minimalsm Sep 15, 2021
57d9b2a
Update src/content/security/index.md
minimalsm Sep 17, 2021
6a17f87
Update src/content/security/index.md
minimalsm Sep 17, 2021
556ddb3
Update src/content/security/index.md
minimalsm Sep 17, 2021
c320d4a
Update src/content/security/index.md
minimalsm Sep 17, 2021
dd2f638
Update src/content/security/index.md
minimalsm Sep 17, 2021
806fd12
Updates based on feedback
minimalsm Sep 21, 2021
5439fab
Sentence case title
minimalsm Sep 21, 2021
a9beaa6
Update src/content/security/index.md
minimalsm Sep 23, 2021
0f98bf9
Update src/content/security/index.md
minimalsm Sep 23, 2021
8b6d574
Update src/content/security/index.md
minimalsm Sep 23, 2021
11428b5
Update src/content/security/index.md
minimalsm Sep 23, 2021
3be7c3c
Apply suggestions from code review
minimalsm Sep 27, 2021
58d4135
Add to menus and add copy
minimalsm Sep 27, 2021
1f69646
Add authors
minimalsm Sep 27, 2021
2229c4d
Add breadcrumbs text
minimalsm Sep 27, 2021
343512a
adds available `zh` tutorials
wackerow Sep 27, 2021
ffcc7e1
fix translation compiling bugs
wackerow Sep 27, 2021
a2851d0
compiler fixes
wackerow Sep 27, 2021
fd1643f
styling cleanup
wackerow Sep 27, 2021
99c9751
Merge pull request #3872 from ethereum/securityPage
minimalsm Sep 27, 2021
c625e90
Merge pull request #4051 from ethereum/zh-tutorials
minimalsm Sep 27, 2021
1c5dd30
v2.42.1
minimalsm Sep 27, 2021
3896bad
Merge pull request #4055 from ethereum/v2_42_1
minimalsm Sep 27, 2021
fb89e4d
copy patch
wackerow Sep 27, 2021
bb3435f
Merge pull request #4057 from ethereum/security-patch
minimalsm Sep 27, 2021
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
Prev Previous commit
Next Next commit
compiler fixes
  • Loading branch information
wackerow committed Sep 27, 2021
commit a2851d0e916badc791e64efb4bf174fabe925d78
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Creating an account with Alchemy is easy, [sign up for free here](https://dashbo

## 2\. Create an Alchemy App {#create-an-alchemy-app}

To communicte with the Ethereum chain and to use Alchemy’s products, you need an API key to authenticate your requests.
To communicate with the Ethereum chain and to use Alchemy’s products, you need an API key to authenticate your requests.

You can [create API keys from the dashboard](http://dashboard.alchemyapi.io/). To make a new key, navigate to “Create App” as shown below:

Expand Down Expand Up @@ -60,7 +60,7 @@ curl https://eth-mainnet.alchemyapi.io/v2/demo \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":73}'
```

**_NOTE:_** _Replace_ [_https://eth-mainnet.alchemyapi.io/v2/demo_](https://eth-mainnet.alchemyapi.io/jsonrpc/demo) _with your own API key_ [_https://eth-mainnet.alchemyapi.io/v2/your-api-key_](https://eth-mainnet.alchemyapi.io/jsonrpc/your-api-key)_._
_**NOTE:** Replace [https://eth-mainnet.alchemyapi.io/v2/demo](https://eth-mainnet.alchemyapi.io/jsonrpc/demo) with your own API key [https://eth-mainnet.alchemyapi.io/v2/your-api-key](https://eth-mainnet.alchemyapi.io/jsonrpc/your-api-key)._

**Results:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ sourceUrl: https://medium.com/alchemy-api/getting-started-with-ethereum-developm

我们将带您注册 Alchemy 来编写您的第一个 web3 脚本! 无需区块链的开发经验!

## 1. 注册免费 Alchemy 帐户 {#sign-up-for-a-free-alchemy-account}
## 1\. 注册免费 Alchemy 帐户 {#sign-up-for-a-free-alchemy-account}

创建一个 Alchemy 帐户很容易。[在此免费注册](https://dashboard.alchemyapi.io/signup/)。

## 2. 创建一个 Alchemy 应用程序 {#create-an-alchemy-app}
## 2\. 创建一个 Alchemy 应用程序 {#create-an-alchemy-app}

要使用 Alchemy 产品,您需要一个 API 密钥来对您的请求进行身份验证。

Expand All @@ -41,7 +41,7 @@ sourceUrl: https://medium.com/alchemy-api/getting-started-with-ethereum-developm

![使用Alchemy创建应用程序的截图](./create-app.png)

您也可以通过将鼠标悬停在“Apps”上并选择一个来获取现有 API 密钥。 您可以在这里“查看密钥”,以及“编辑应用程序”来特定域名加入白名单、查看几个开发者工具,并查看分析。
您也可以通过将鼠标悬停在“Apps”上并选择一个来获取现有 API 密钥。 您可以在这里“查看密钥”,以及“编辑应用程序”来特定域名加入白名单、查看几个开发者工具,并查看分析。

![显示用户如何获取API密钥的GIF图](./pull-api-keys.gif)

Expand All @@ -59,13 +59,13 @@ sourceUrl: https://medium.com/alchemy-api/getting-started-with-ethereum-developm
这是一个可通过命令行运行的示例,用于查询当前燃气价格:

```bash
curl [https://eth-mainnet.alchemyapi.io/v2/demo](https://eth-mainnet.alchemyapi.io/v2/demo) \
curl https://eth-mainnet.alchemyapi.io/v2/demo \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":73}'
```

***注意: *使用您自己的 API 密钥* [\_https://eth-mainnet.alchemyapio/v2/your-api-key*](https://eth-mainnet.alchemyapi.io/jsonrpc/your-api-key)\*** _替换_ [_https://eth-mainnet.alchemyapi.o/v2/demo_](https://eth-mainnet.alchemyapi.io/jsonrpc/demo)。
_**注意**: 使用您自己的 API 密钥 https://eth-mainnet.alchemyapio/v2/**your-api-key** 替换 [https://eth-mainnet.alchemyapi.o/v2/demo](https://eth-mainnet.alchemyapi.io/jsonrpc/demo)。_

**结果:**

Expand Down Expand Up @@ -121,7 +121,7 @@ cd web3-example
npm install @alch/alchemy-web3
```

**‌3. 创建一个名为`index.js` **的文件并添加以下内容:</p>
**‌3. 创建一个名为 `index.js` **的文件并添加以下内容:\*\*

> 最终应将`demo`替换为您的 Alchemy HTTP API 密钥 。

Expand Down