This repository contains example implementations of Cardano specific logic, using the Javascript libraries of Cardano Serialization Library (CSL).
CSL Version: 12.1.0
In this example, we show CIP-1852 HD derivation of all keys. Further, we show how these keys can be used to create addresses and DRep IDs.
In this example, we show an implementation of CIP-0008 Message Signing.
In this example we make extensive test vectors for CIP-105 | Conway era key chains.
Clone the repository.
git clone https://github.com/Ryun1/csl-examples.git
Navigate to directory.
cd csl-examples
Install modules.
npm install
Run a example.
node examples/CIP-1852/cip-1852-keys.js