File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
demo/web3js-react-dapp-demo/src Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Options:
20
20
21
21
## Template Types
22
22
23
- Two types of templates are provided. [ Minimal templates] ( ./ templates/min) are
23
+ Two types of templates are provided. [ Minimal templates] ( templates/min ) are
24
24
designed for users that want to build their own front-end project (dApp) without
25
25
the need to remove unnecessary boilerplate code.
26
- [ Demonstration templates] ( ./ templates/demo) are designed to showcase how Web3.js
26
+ [ Demonstration templates] ( templates/demo ) are designed to showcase how Web3.js
27
27
can be used to build dApps.
28
28
29
- ## Front-End Framework
29
+ ## Front-End Frameworks
30
30
31
31
This utility supports the following front-end frameworks:
32
32
Original file line number Diff line number Diff line change 22
22
23
23
],
24
24
"license" : " MIT" ,
25
+ "repository" : " github:web3/create-web3js-dapp" ,
25
26
"devDependencies" : {
26
27
"ts-node" : " ^10.9.2" ,
27
28
"tsup" : " ^8.3.0" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function App() {
42
42
43
43
return (
44
44
< main >
45
- < h1 > Web3.js + React Minimal dApp Template </ h1 >
45
+ < h1 > Web3.js + React Demonstration dApp</ h1 >
46
46
< div >
47
47
This is a sample project that demonstrates using{ " " }
48
48
< a href = "https://web3js.org/" > Web3.js</ a > with the{ " " }
Original file line number Diff line number Diff line change 11
11
"dev" : " vite" ,
12
12
"build" : " run-p type-check \" build-only {@}\" --" ,
13
13
"preview" : " vite preview" ,
14
+ "start" : " npm run preview" ,
14
15
"test:unit" : " vitest" ,
15
16
"build-only" : " vite build" ,
16
17
"type-check" : " vue-tsc --build --force" ,
You can’t perform that action at this time.
0 commit comments