Skip to content

Commit 17c7b7c

Browse files
committed
docs: update libraries in readme
1 parent f97a2c6 commit 17c7b7c

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,20 @@ User interfaces for the Sia software. The latest Sia software takes a modular ap
2222
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.
2323

2424
- [@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`.
2627
- [@siafoundation/renterd-react](libs/renterd-react) - React hooks for interacting with `renterd`.
28+
- [@siafoundation/hostd-types](libs/hostd-types) - Types for `hostd`.
2729
- [@siafoundation/hostd-react](libs/hostd-react) - React hooks for interacting with `hostd`.
30+
- [@siafoundation/walletd-types](libs/walletd-types) - Types for `walletd`.
2831
- [@siafoundation/walletd-react](libs/walletd-react) - React hooks for interacting with `walletd`.
2932
- [@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.
3035
- [@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.
3436
- [@siafoundation/units](libs/units) - Methods and types for converting and displaying units.
3537
- [@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.
3639

3740
### Go
3841

@@ -50,6 +53,13 @@ The Sia web libraries provide developers with convenient TypeScript SDKs for usi
5053
- [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.
5154
- [crons](apps/crons) - Background tasks for [api.sia.tech](https://api.sia.tech) and [sia.tech](https://sia.tech).
5255

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+
5363
### Testing
5464

5565
- [walletd-e2e](walletd-e2e) - App for testing walletd.

libs/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siafoundation/design-system",
3-
"description": "React-based design system used across Sia apps and websites",
3+
"description": "React-based design system used across Sia apps and websites.",
44
"version": "4.1.0",
55
"license": "MIT",
66
"peerDependencies": {

libs/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siafoundation/react-icons",
3-
"description": "React-based icons used across Sia apps and websites",
3+
"description": "React-based icons used across Sia apps and websites.",
44
"version": "0.2.3",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)