Skip to content

Commit

Permalink
chore(verbiage): update (#10)
Browse files Browse the repository at this point in the history
Small tweaks to update verbiage and remove boilerplate
  • Loading branch information
danforbes authored Oct 28, 2024
1 parent b267439 commit 5725476
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions packages/example-react-app/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Web3.js + React Demonstration dApp
# Web3.js Wallet RPC Methods Demonstration dApp

This project is a demonstration dApp built with [Web3.js](https://web3js.org/)
and [React](https://react.dev/).
This project is a demonstration dApp built with the
[Web3.js](https://web3js.org/) plugin for `wallet_*` RPC methods (e.g.
[wallet_addEthereumChain (EIP-3085)](https://eips.ethereum.org/EIPS/eip-3085)).

- [Web3.js Docs](https://docs.web3js.org/)
- [React Docs](https://react.dev/learn)
- [Plugin Docs](../web3-plugin-wallet-rpc/README.md)

This project was bootstrapped with
[Create React App](https://github.com/facebook/create-react-app).
Expand Down
4 changes: 2 additions & 2 deletions packages/example-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "example-react-app",
"name": "web3-plugin-wallet-rpc-example",
"private": true,
"version": "0.1.0",
"description": "Demonstration Web3.js + React dApp",
"description": "Web3.js wallet RPC plugin example dApp",
"contributors": [
"ChainSafe <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/example-react-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web3.js + React demonstration dApp"
content="Web3.js Wallet RPC Methods Demonstration dApp"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -23,7 +23,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Web3.js + React Demonstration dApp</title>
<title>Web3.js Wallet RPC Methods Demonstration dApp</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion packages/example-react-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function App() {

return (
<main>
<h1>Web3.js + React Minimal dApp Template</h1>
<h1>Web3.js Wallet RPC Methods Demonstration dApp</h1>
<div>
This is a sample project that demonstrates using web3-plugin-wallet-rpc.
</div>
Expand Down

0 comments on commit 5725476

Please sign in to comment.