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: examples/bri-3/.env.sample
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ DATABASE_URL="postgresql://postgres:example@localhost:5432/postgres" # DB connec
8
8
DID_REGISTRY="0x03d5003bf0e79c5f5223588f347eba39afbc3818" # Sepolia did registry https://sepolia.etherscan.io/address/0x03d5003bf0e79c5f5223588f347eba39afbc3818#code
9
9
DID_BPI_OPERATOR_PUBLIC_KEY="<bpi_operator_public_key>" # bpi_operator_public_key = public key of the bpi operator that represents the issuer of the JWT token
10
10
DID_BPI_OPERATOR_PRIVATE_KEY="<bpi_operator_private_key>" # bpi_operator_private_key = private key of the bpi operator that is used to sign the issued JWT token
11
-
DID_NETWORK="sepolia" # network used to resolve dids
11
+
CCSM_NETWORK="sepolia" # network used to resolve dids and connect to BPI smart contract
12
12
INFURA_PROVIDER_API_KEY="<infura_api_key>" # API key of the infura account used to connect to the network
13
+
CCSM_BPI_STATE_ANCHOR_CONTRACT_ADDRESS="<smart_contract_address>" # address of the smart contract where CAHs are stored
13
14
SERVICE_URL="bri-3" # JWT token audience
14
15
BPI_NATS_SERVER_URL="localhost:4222" # URL of the local NATS server instance used by the BPI
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
0 commit comments