Skip to content

Ryun1/csl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSL Javascript Examples Repo

This repository contains example implementations of Cardano specific logic, using the Javascript libraries of Cardano Serialization Library (CSL).

CSL Version: 12.1.0

Examples

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.

To run examples

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

About

CSL Javascript usage examples

Resources

License

Stars

Watchers

Forks