You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
38
38
3. Edit the `entryPointAddress` in `src/exconfig.json`.
39
39
4. Deploy the factory using `npx hardhat deploy --network localhost`.
40
40
5. Edit the `factory_address` in `src/exconfig.json`.
41
-
6. Start a local bunder from [the infinitism repo](https://github.com/eth-infinitism/bundler) at port `9000`, you can find the instructions [below](#how-to-run-bundler-locally).
41
+
6. Start a local bundler from [the infinitism repo](https://github.com/eth-infinitism/bundler) at port `9000`, you can find the instructions [below](#how-to-run-bundler-locally).
42
42
7. Edit the `bundler` to `http://localhost:9000/rpc` url in `src/exconfig.json` that points to your network and accepts requests for your EntryPoint.
43
43
8. Run `yarn start`.
44
44
@@ -58,7 +58,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
58
58
b. Edit the `entryPoint` address that you got while deploying it using instructions above.
59
59
c. Set `port` to `9000`.
60
60
d. Make sure your mnemonic & beneficiary are setup correctly.
61
-
5. Run the bunder using `yarn bundler --unsafe --port 9000 --auto`.
61
+
5. Run the bundler using `yarn bundler --unsafe --port 9000 --auto`.
0 commit comments