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
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,20 @@ User interfaces for the Sia software. The latest Sia software takes a modular ap
22
22
The Sia web libraries provide developers with convenient TypeScript SDKs for using Sia core types, blockchain utilities, data fetching, daemon-specific React hooks, and components for common functionality such as Siacoin/fiat input fields, transaction lists, files, and more.
23
23
24
24
-[@siafoundation/sdk](libs/sdk) - SDK for interacting directly with the Sia network from browsers and web clients.
25
-
-[@siafoundation/react-core](libs/react-core) - Core library for building React hooks for interacting with a Sia daemon.
25
+
-[@siafoundation/renterd-types](libs/renterd-types) - Types for `renterd`.
26
+
-[@siafoundation/renterd-js](libs/renterd-js) - SDK for interacting with `renterd`.
26
27
-[@siafoundation/renterd-react](libs/renterd-react) - React hooks for interacting with `renterd`.
28
+
-[@siafoundation/hostd-types](libs/hostd-types) - Types for `hostd`.
27
29
-[@siafoundation/hostd-react](libs/hostd-react) - React hooks for interacting with `hostd`.
30
+
-[@siafoundation/walletd-types](libs/walletd-types) - Types for `walletd`.
28
31
-[@siafoundation/walletd-react](libs/walletd-react) - React hooks for interacting with `walletd`.
29
32
-[@siafoundation/design-system](libs/design-system) - React-based design system used across Sia apps and websites.
33
+
-[@siafoundation/sia-central-types](libs/sia-central-types) - Types for the Sia Central API.
34
+
-[@siafoundation/sia-central-js](libs/sia-central-js) - SDK for interacting with the Sia Central API.
30
35
-[@siafoundation/sia-central-react](libs/sia-central-react) - React hooks for interacting with the Sia Central API.
31
-
-[@siafoundation/sia-central](libs/sia-central) - Methods and types for interacting with the Sia Central API.
32
-
-[@siafoundation/data-sources](libs/data-sources) - Data sources used for stats on the website.
33
-
-[@siafoundation/fonts](libs/fonts) - Next font configuration for use across apps.
34
36
-[@siafoundation/units](libs/units) - Methods and types for converting and displaying units.
35
37
-[@siafoundation/types](libs/types) - Core Sia types and library methods.
38
+
-[@siafoundation/react-core](libs/react-core) - Core library for building React hooks for interacting with a Sia daemon.
36
39
37
40
### Go
38
41
@@ -50,6 +53,13 @@ The Sia web libraries provide developers with convenient TypeScript SDKs for usi
50
53
-[assets](apps/assets) - Powers [api.sia.tech](https://api.sia.tech) and all downloadable assets on [sia.tech](https://sia.tech) such as the Sia software releases.
51
54
-[crons](apps/crons) - Background tasks for [api.sia.tech](https://api.sia.tech) and [sia.tech](https://sia.tech).
52
55
56
+
### Libraries
57
+
58
+
-[@siafoundation/request](libs/request) - Core library for building request APIs.
59
+
-[@siafoundation/react-icons](libs/react-icons) - React-based icons used across Sia apps and websites.
60
+
-[@siafoundation/data-sources](libs/data-sources) - Data sources used for stats on the website.
61
+
-[@siafoundation/fonts](libs/fonts) - Next font configuration for use across apps.
62
+
53
63
### Testing
54
64
55
65
-[walletd-e2e](walletd-e2e) - App for testing walletd.
0 commit comments