From f00c6632c5054d1c25f539c007c71d708d6b68e4 Mon Sep 17 00:00:00 2001 From: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:12:58 -0400 Subject: [PATCH] Update top level page for dead linkes and modified some links (#1414) * Update top level page for dead linkes and modified some links removed truffle reference, fixed dead links, added harhdat reference, updated EthSigner to point to web3Signer Signed-off-by: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> * fix link Signed-off-by: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> * fix links Signed-off-by: Alexandra Tran * prettier fix? Signed-off-by: Alexandra Tran --------- Signed-off-by: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Signed-off-by: Alexandra Tran Co-authored-by: Alexandra Tran Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- src/pages/index.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c4ca716c86c..8a446af8f02 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,30 +8,28 @@ function HomepageText() {

What does Besu support?

Besu includes a{" "} - + command line interface {" "} - and{" "} - - JSON-RPC API - {" "} - for running, maintaining, debugging, and monitoring nodes in an Ethereum + and + JSON-RPC API for + running, maintaining, debugging, and monitoring nodes in an Ethereum network. You can use the API via RPC over HTTP or via WebSocket. Besu also supports Pub/Sub.

Besu supports common smart contract and dapp development, deployment, and operational use cases, using tools such as{" "} - Truffle,{" "} + Hardhat,{" "} Remix, and{" "} - web3js. The client supports common + web3j. The client supports common JSON-RPC API methods such as eth, net,{" "} web3, debug, and miner.

Besu doesn't support key management inside the client. You can use{" "} - Ethsigner{" "} - with Besu to access your keystore and sign transactions. + Web3Signer with + Besu to access your keystore and sign transactions.

Questions?