Skip to content

Commit b1ded08

Browse files
authoredSep 10, 2024··
docs: highlight CCC note (#741)
Move the note of CCC SDK to the top so it can be conspicuous Signed-off-by: Chen Yu <[email protected]>
1 parent c0d4ea7 commit b1ded08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
> [!NOTE]
2+
> It’s highly recommended to use the [CCC SDK](https://github.com/ckb-ecofund/ccc) as your primary development tool within the CKB ecosystem. [CCC](https://github.com/ckb-ecofund/ccc) is the latest and most robust JavaScript SDK designed to streamline and enhance your development process. By choosing [CCC](https://github.com/ckb-ecofund/ccc), you'll be leveraging the best practices and most up-to-date features available for CKB development.
3+
> To get started with [CCC](https://github.com/ckb-ecofund/ccc), follow the [installation guide](https://github.com/ckb-ecofund/ccc#installing) and explore the [documentation](https://docs.ckbccc.com/) to integrate it seamlessly into your projects.
4+
15
# lumos
26

37
![build](https://github.com/ckb-js/lumos/actions/workflows/github-ci.yaml/badge.svg)
48
[![codecov](https://codecov.io/gh/ckb-js/lumos/branch/develop/graph/badge.svg?token=6WJJOOMD2F)](https://codecov.io/gh/ckb-js/lumos)
59
![license](https://img.shields.io/github/license/ckb-js/lumos)
610
![Lumos](./assets/lumos.jpg)
711

8-
> [!NOTE]
9-
> It’s highly recommended to use the [CCC SDK](https://github.com/ckb-ecofund/ccc) as your primary development tool within the CKB ecosystem. [CCC](https://github.com/ckb-ecofund/ccc) is the latest and most robust JavaScript SDK designed to streamline and enhance your development process. By choosing [CCC](https://github.com/ckb-ecofund/ccc), you'll be leveraging the best practices and most up-to-date features available for CKB development.
10-
> To get started with [CCC](https://github.com/ckb-ecofund/ccc), follow the [installation guide](https://github.com/ckb-ecofund/ccc#installing) and explore the [documentation](https://docs.ckbccc.com/) to integrate it seamlessly into your projects.
11-
1212
As of now, lumos contains the following components:
1313

1414
- [ckb-indexer](./packages/ckb-indexer): a cell/tx indexer base on [ckb-indexer](https://github.com/nervosnetwork/ckb-indexer).

1 commit comments

Comments
 (1)

github-actions[bot] commented on Sep 10, 2024

@github-actions[bot]
Contributor

🚀 New canary release: 0.0.0-canary-b1ded08-20240910111300

npm install @ckb-lumos/lumos@0.0.0-canary-b1ded08-20240910111300
Please sign in to comment.