mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Include replacement of Infura Project ID in setup (#9390)
The setup steps listed in the README now explicitly include replacing the `INFURA_PROJECT_ID` value with your own personal project ID.
This commit is contained in:
parent
b8938c9c7a
commit
359cdf744e
@ -17,6 +17,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D
|
||||
- Install [Yarn](https://yarnpkg.com/en/docs/install)
|
||||
- Install dependencies: `yarn`
|
||||
- Copy the `.metamaskrc.dist` file to `.metamaskrc`
|
||||
- Replace the `INFURA_PROJECT_ID` value with your own personal [Infura Project ID](https://infura.io/docs).
|
||||
- Build the project to the `./dist/` folder with `yarn dist`.
|
||||
- Optionally, to start a development build (e.g. with logging and file watching) run `yarn start` instead.
|
||||
- To start the [React DevTools](https://github.com/facebook/react-devtools) and [Redux DevTools Extension](http://extension.remotedev.io)
|
||||
|
Loading…
Reference in New Issue
Block a user