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: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,3 +78,10 @@ In order to use the Ethereum blockchain you need to create a **wallet**. A priva
78
78
*`OPEN_TOKEN_ADDRESS`
79
79
80
80
Before working in the app you need to create a **smart contract** within Ethereum. After creating a **smart contract**, you will receive an **OPEN_TOKEN_ADDRESS**. You will need to set the **OPEN_TOKEN_ADDRESS** to include this token in order for the system to check client transfers.
81
+
82
+
##### Open State
83
+
84
+
*`OPEN_STATE_URL`
85
+
86
+
You will need to set this variable in order to tract wallet state and get notifications to your webhook on transaction events.
87
+
**NOTE:** At the end of Open State IP address should be added /api path. For example, `http://localhost:8545/api`
0 commit comments