Skip to content
Krasimir Raykov edited this page Mar 30, 2022 · 6 revisions

Chain Abstraction Layer

The Chain Abstraction Layer is a flexible, modular library for developing disintermediated solutions across different blockchains.

The repository uses yarn workspaces for fast, reliable, and secure dependency management.

The build system is using Turborepo

Install dependencies

yarn install

Build all packages

yarn build

Run all tests

yarn test
Clone this wiki locally