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
-**`REACT_APP_BOND_CONFIG_ID`**: configuration Id for Bonds.
77
+
-**`REACT_APP_BOND_CONFIG_VERSION`**: Bond Version.
78
+
-**`REACT_APP_SHOW_DISCLAIMER`**: Set this value to `"true"` to show a disclaimer in the application.
79
79
80
80
### _Network Configuration_
81
81
82
-
-**`REACT_APP_MIRROR_NODE`**: The URL of the Hedera Mirror Node API used to query historical data from the Hedera testnet. Example: `https://testnet.mirrornode.hedera.com/api/v1/`
83
-
-**`REACT_APP_RPC_NODE`**: The RPC node URL used to communicate with the Hedera testnet. Example: `https://testnet.hashio.io/api`
84
-
-**`REACT_APP_RPC_RESOLVER`**: The Hedera testnet account ID for the resolver. Example: `0.0.5479997`
85
-
-**`REACT_APP_RPC_FACTORY`**: The Hedera testnet account ID for the factory. Example: `0.0.5480051`
82
+
-**`REACT_APP_MIRROR_NODE`**: The URL of the Hedera Mirror Node API used to query historical data from the Hedera testnet. Example: `https://testnet.mirrornode.hedera.com/api/v1/`
83
+
-**`REACT_APP_RPC_NODE`**: The RPC node URL used to communicate with the Hedera testnet. Example: `https://testnet.hashio.io/api`
84
+
-**`REACT_APP_RPC_RESOLVER`**: The Hedera testnet account ID for the resolver. Example: `0.0.5479997`
85
+
-**`REACT_APP_RPC_FACTORY`**: The Hedera testnet account ID for the factory. Example: `0.0.5480051`
These variables are only required if you are integrating Hedera Wallet Connect for decentralized application (dApp) interactions. If not needed, they can be omitted.
90
90
91
-
-**`REACT_APP_PROJECT_ID`**: Project ID for Wallet Connect integration. You can obtain it from the [WalletConnect website](https://walletconnect.com/).
92
-
-**`REACT_APP_DAPP_NAME`**: The name of your dApp as displayed in Wallet Connect.
93
-
-**`REACT_APP_DAPP_DESCRIPTION`**: A description of your dApp, typically displayed in Wallet Connect.
94
-
-**`REACT_APP_DAPP_URL`**: The URL of your dApp that will be referenced in Wallet Connect.
95
-
-**`REACT_APP_DAPP_ICONS`**: An array of URLs pointing to icons for the dApp, typically used in Wallet Connect interfaces. Example: `['https://stablecoinstudio.com/static/media/hedera-hbar-logo.4fd73fb360de0fc15d378e0c3ebe6c80.svg']`
91
+
-**`REACT_APP_PROJECT_ID`**: Project ID for Wallet Connect integration. You can obtain it from the [WalletConnect website](https://walletconnect.com/).
92
+
-**`REACT_APP_DAPP_NAME`**: The name of your dApp as displayed in Wallet Connect.
93
+
-**`REACT_APP_DAPP_DESCRIPTION`**: A description of your dApp, typically displayed in Wallet Connect.
94
+
-**`REACT_APP_DAPP_URL`**: The URL of your dApp that will be referenced in Wallet Connect.
95
+
-**`REACT_APP_DAPP_ICONS`**: An array of URLs pointing to icons for the dApp, typically used in Wallet Connect interfaces. Example: `['https://stablecoinstudio.com/static/media/hedera-hbar-logo.4fd73fb360de0fc15d378e0c3ebe6c80.svg']`
96
96
97
97
## Steps to set up the `.env` file:
98
98
99
99
1. Navigate to the `web` module folder.
100
100
2. Copy the `.env.sample` file to create a new `.env` file:
101
101
102
-
```bash
103
-
cp .env.sample .env
104
-
```
102
+
```bash
103
+
cp .env.sample .env
104
+
```
105
105
106
106
3. Open the `.env` file in your preferred text editor.
107
107
4. Replace the placeholder values with your actual environment settings. For example:
0 commit comments