- Examples of how to get started with Drizzle in various situations. -
-+ Examples of how to get started with Drizzle in various situations. +
+- This shows a simple ContractData component with no arguments, - along with a form to set its value. -
-
- Stored Value:
-
- Stored Boolean Value:
-
+ This shows a simple ContractData component with no arguments, + along with a form to set its value. +
+
+ Stored Value:
+
+ Stored Boolean Value:
+
- This is the same contract as above, but here we customize the ContractForm's rendered component's style. -
-+ This is the same contract as above, but here we customize the ContractForm's rendered component's style. +
+
- Here we have a form with custom, friendly labels. Also note the
- token symbol will not display a loading indicator. We've
- suppressed it with the hideIndicator
prop because we
- know this variable is constant.
-
- Total Supply:
-
- My Balance:
-
+ Here we have a form with custom, friendly labels. Also note the
+ token symbol will not display a loading indicator. We've
+ suppressed it with the hideIndicator
prop because we
+ know this variable is constant.
+
+ Total Supply:
+
+ My Balance:
+
- This contract shows data types with additional considerations. - Note in the code the strings below are converted from bytes to - UTF-8 strings and the device data struct is iterated as a list. -
-
- String 1:
-
- String 2:
-
- This is the same data as above, but enhanced with a custom render - function. -
-
- String 1:
-
- String 2:
-
+ This contract shows data types with additional considerations. + Note in the code the strings below are converted from bytes to + UTF-8 strings and the device data struct is iterated as a list. +
+
+ String 1:
+
+ String 2:
+
+ This is the same data as above, but enhanced with a custom render + function. +
+
+ String 1:
+
+ String 2:
+