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: docs/build/index.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,19 @@
4
4
5
5
Ceramic provides a decentralized network for building Web3 applications with composable data. Ceramic's APIs enable applications to store, modify, and retrieve data from a scalable decentralized data network, while maintaining composability of data across applications.
6
6
7
-
## **System requirements**
7
+
## **Get Started**
8
8
9
9
---
10
10
11
-
Ceramic clients and tools using them are designed for environments supporting [ECMAScript 11th edition](https://262.ecma-international.org/11.0/), commonly referred to as ES2020.
12
-
13
-
Most packages are exposed as ECMAScript Modules (ESM), which are supported by most modern browsers and recent versions of Node.
14
-
15
-
When using Node, we recommend version 16 (LTS), as it is the version used for tests in most Ceramic packages.
16
-
17
-
## **Get started with frameworks**
11
+
### [**ComposeDB →**](https://composedb.js.org/)
18
12
19
-
---
13
+
ComposeDB is the latest and greatest way to build apps on Ceramic's data layer. It is a decentralized, verifiable graph DB and supports both Javascript and GraphQL.
20
14
21
-
Frameworks make it easy to build applications on Ceramic by abstracting away much of the complexity and configuration of the underlying [Ceramic stack](the-ceramic-stack.md), providing developers with a simple entrypoint into Ceramic development. If you're new to Ceramic, or even if you're experienced, this is the place to start.
A legacy alternative to ComposeDB is IDX, a key-value store DB, also built on Ceramic.
24
18
25
-
Self.ID is a framework for building Ceramic applications with composable, user-centric data. In addition to including a full Ceramic setup for a variety of development environments, Self.ID allows users to authenticate with their existing blockchain wallets and also includes some of the most popular data models giving you out of the box composability with a rich set of data on the network to bootstrap your application.
19
+
Self.ID is a framework for building applications for IDX on Ceramic. In addition to including a full Ceramic setup for a variety of development environments, The Self.ID SDK allows users to authenticate with their existing blockchain wallets and also includes some of the most popular data models giving you out of the box composability with a rich set of data on the network to bootstrap your application.
26
20
27
21
## **Go deeper with clients**
28
22
@@ -33,3 +27,13 @@ Clients are a lower-level way to connect your application to the Ceramic network
The Ceramic JS HTTP client is a Ceramic client that can be used in browsers and Node.js environments to connect your application to a Ceramic node. This is the recommended Ceramic client to build with for most applications, if you're not using a framework.
30
+
31
+
## **System requirements**
32
+
33
+
---
34
+
35
+
Ceramic clients and tools using them are designed for environments supporting [ECMAScript 11th edition](https://262.ecma-international.org/11.0/), commonly referred to as ES2020.
36
+
37
+
Most packages are exposed as ECMAScript Modules (ESM), which are supported by most modern browsers and recent versions of Node.
38
+
39
+
When using Node, we recommend version 16 (LTS), as it is the version used for tests in most Ceramic packages.
0 commit comments