Skip to content

Commit

Permalink
Update top level page for dead linkes and modified some links
Browse files Browse the repository at this point in the history
removed truffle reference, fixed dead links, added harhdat reference, updated EthSigner to point to web3Signer

Signed-off-by: Matt Nelson <[email protected]>
  • Loading branch information
non-fungible-nelson authored Oct 5, 2023
1 parent 029faa4 commit 05d3407
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ function HomepageText() {
<h2>What does Besu support?</h2>
<p>
Besu includes a{" "}
<a href="/category/public-networks/reference/cli/options.md">
<a href="/public-networks/reference/cli/options.md">
command line interface
</a>{" "}
and{" "}
<a href="/category/public-networks/how-to/use-besu-api/index.md">
<a href="/public-networks/how-to/use-besu-api/index.md">

Check failure on line 15 in src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Build and lint / Lint

Replace `⏎··········JSON-RPC·API⏎········` with `JSON-RPC·API`
JSON-RPC API
</a>{" "}
for running, maintaining, debugging, and monitoring nodes in an Ethereum
Expand All @@ -22,15 +22,15 @@ function HomepageText() {
<p>
Besu supports common smart contract and dapp development, deployment,
and operational use cases, using tools such as{" "}
<a href="http://truffleframework.com/">Truffle</a>,{" "}
<a href="https://github.com/NomicFoundation/hardhat">Hardhat</a>, {" "}

Check failure on line 25 in src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Build and lint / Lint

Delete `·`
<a href="https://github.com/ethereum/remix">Remix</a>, and{" "}
<a href="https://web3j.io/">web3js</a>. The client supports common
<a href="https://web3j.io/">web3j</a>. The client supports common
JSON-RPC API methods such as <code>eth</code>, <code>net</code>,{" "}
<code>web3</code>, <code>debug</code>, and <code>miner</code>.
</p>
<p>
Besu doesn&apos;t support key management inside the client. You can use{" "}
<a href="http://docs.ethsigner.consensys.net/en/latest/">Ethsigner</a>{" "}
<a href="https://docs.web3signer.consensys.net/">Web3Signer</a>{" "}

Check failure on line 33 in src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Build and lint / Lint

Replace `{"·"}` with `·with`
with Besu to access your keystore and sign transactions.

Check failure on line 34 in src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Build and lint / Lint

Delete `·with`
</p>

Expand Down

0 comments on commit 05d3407

Please sign in to comment.