Home

Awesome

[!NOTE]
It’s highly recommended to use the CCC SDK as your primary development tool within the CKB ecosystem. CCC is the latest and most robust JavaScript SDK designed to streamline and enhance your development process. By choosing CCC, you'll be leveraging the best practices and most up-to-date features available for CKB development. To get started with CCC, follow the installation guide and explore the documentation to integrate it seamlessly into your projects.

lumos

build codecov license Lumos

As of now, lumos contains the following components:

Examples

we have provided some use cases for Lumos, such as interactions with MetaMask, transfers CKB, address conversions, etc. which you can find in examples

Building

Requirements

sudo apt-get update
sudo apt install nodejs
npm install -g pnpm

Build

pnpm run build

Test (ava)

pnpm run test

Test Coverage (c8)

pnpm run test-coverage

Format & Lint

pnpm run lint

Clean

pnpm run clean