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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ sudo apt-get install cadt-ui
52
52
53
53
### Web Application
54
54
55
-
The CADT UI can be hosted as a web application, either for internal use, or made available to the public.
55
+
The CADT UI can be hosted as a web application, either for internal use, or made available to the public.
56
56
When operating as a web application, the user's browser must be able to connect to
57
-
the [Core Registry CADT API](https://github.com/Chia-Network/Core-Registry-CADT).
57
+
the [Core Registry CADT API](https://github.com/Chia-Network/Core-Registry-CADT).
58
58
This means the API must be available on the public internet if the UI is public. The `READ_ONLY` option on the API
59
59
should be set when running a public observer node.
60
60
@@ -154,3 +154,8 @@ this is written in the present-imperative tense.
154
154
155
155
Each time you commit the message will be checked against these standards in a pre-commit hook. Additionally all the
156
156
commits in a PR branch will be linted before it can be merged to master.
157
+
158
+
## Attribution
159
+
160
+
*[Document Object Model](https://www.w3.org/TR/DOM-Requirements/) by [W3C](https://www.w3.org/) licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)
161
+
*[caniuselite](https://github.com/browserslist/caniuse-lite) by [Browserlist](https://browsersl.ist/) licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)
0 commit comments