Skip to content

Commit 20023eb

Browse files
authored
README.md: add PASSWORD .metamaskrc instruction (#15004)
1 parent 5fa88be commit 20023eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D
2222
- Replace the `INFURA_PROJECT_ID` value with your own personal [Infura Project ID](https://infura.io/docs).
2323
- If debugging MetaMetrics, you'll need to add a value for `SEGMENT_WRITE_KEY` [Segment write key](https://segment.com/docs/connections/find-writekey/), see [Developing on MetaMask - Segment](./development/README.md#segment).
2424
- If debugging unhandled exceptions, you'll need to add a value for `SENTRY_DSN` [Sentry Dsn](https://docs.sentry.io/product/sentry-basics/dsn-explainer/), see [Developing on MetaMask - Sentry](./development/README.md#sentry).
25+
- Optionally, replace the `PASSWORD` value with your development wallet password to avoid entering it each time you open the app.
2526
- Build the project to the `./dist/` folder with `yarn dist`.
2627
- Optionally, you may run `yarn start` to run dev mode.
2728

0 commit comments

Comments
 (0)