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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
8
8
9
9
1. Verify that your [Node.js](https://nodejs.org/) version is >= **18.12.0**.
10
10
2. Clone this repository.
11
-
3.Make sure you configure the `provider` in `src/exconfig.ts` to the `Goerli` network.
11
+
3.Configure the `provider` in `src/exconfig.ts` to the `Goerli` network.
12
12
4. Edit the `bundler` URL pointing to `Goerli` network and accepting EntryPoint=`0x0576a174D229E3cFA37253523E645A78A0C91B57`
13
13
5. Run `yarn install` to install the dependencies.
14
14
6. Run `yarn start`.
@@ -100,7 +100,7 @@ Config of the extension can be set in `excnfig.json` file.
100
100
4. Edit `bundler.config.json` at `packages/bundler/localconfig`:
101
101
a. Set `network` to the address of your local Hardhat Network node.
102
102
b. Edit the `entryPoint` address that you got while deploying it using instructions above.
103
-
c. Make sure your mnemonic & beneficiary are set up correctly.
103
+
c. Make sure your mnemonic & beneficiary are setup correctly.
104
104
5. Run the bundler using `yarn bundler --unsafe --port 9000 --auto`.
105
105
106
106
---
@@ -259,11 +259,7 @@ If you want you can also attach a paymaster here if your wallet wants to sponsor
259
259
260
260
### Is the password screen mandatory?
261
261
262
-
<<<<<<< HEAD
263
-
No you can disable that by setting `enablePasswordEncryption` flag to `false` in `exconfig.ts`.
264
-
=======
265
-
No. You can disable that by setting `enablePasswordEncryption` flag to `false` in `exconfig.json`.
266
-
>>>>>>> 5b4ef04 (README: Normalize punctuation, titles, and casing)
262
+
No. You can disable that by setting the `enablePasswordEncryption` flag to `false` in `exconfig.ts`.
267
263
268
264
> **Warning:** the local storage will be unencrypted and your wallet must return an encrypted state when `serialize` function of `account-api` willo be called or else the user's fund will be at risk.
0 commit comments