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:
2020
2121## Template Types
2222
23- Two types of templates are provided. [ Minimal templates] ( ./ templates/min) are
23+ Two types of templates are provided. [ Minimal templates] ( templates/min ) are
2424designed for users that want to build their own front-end project (dApp) without
2525the 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
2727can be used to build dApps.
2828
29- ## Front-End Framework
29+ ## Front-End Frameworks
3030
3131This utility supports the following front-end frameworks:
3232
Original file line number Diff line number Diff line change 2222 " ChainSafe <info@chainsafe.io>"
2323 ],
2424 "license" : " MIT" ,
25+ "repository" : " github:web3/create-web3js-dapp" ,
2526 "devDependencies" : {
2627 "ts-node" : " ^10.9.2" ,
2728 "tsup" : " ^8.3.0" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function App() {
4242
4343 return (
4444 < main >
45- < h1 > Web3.js + React Minimal dApp Template </ h1 >
45+ < h1 > Web3.js + React Demonstration dApp</ h1 >
4646 < div >
4747 This is a sample project that demonstrates using{ " " }
4848 < a href = "https://web3js.org/" > Web3.js</ a > with the{ " " }
Original file line number Diff line number Diff line change 1111 "dev" : " vite" ,
1212 "build" : " run-p type-check \" build-only {@}\" --" ,
1313 "preview" : " vite preview" ,
14+ "start" : " npm run preview" ,
1415 "test:unit" : " vitest" ,
1516 "build-only" : " vite build" ,
1617 "type-check" : " vue-tsc --build --force" ,
You can’t perform that action at this time.
0 commit comments