Adds reference to notion docs for .env file.

This commit is contained in:
Kartik Chopra 2023-12-06 16:08:58 -05:00
parent dda05c5584
commit 0b1e5261b6

View file

@ -43,3 +43,7 @@ Address: `0x0DCaa27B9E4Db92F820189345792f8eC5Ef148F6`
1. To run the local setup, set the .env file with the keys specified in .env.example. 1. To run the local setup, set the .env file with the keys specified in .env.example.
2. Run `$ make up-dev-build` to run the whole stack including bridge, or `$ make up-dev-settlement` to bring up only the settlement layer. 2. Run `$ make up-dev-build` to run the whole stack including bridge, or `$ make up-dev-settlement` to bring up only the settlement layer.
## Starter .env file
To get a standard starter .env file from primev internal development, [click here.](https://www.notion.so/Private-keys-and-env-for-settlement-layer-245a4f3f4fe040a7b72a6be91131d9c2?pvs=4)