Skip to content

Ryun1/csl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSL Javascript Examples Repo

This repository contains example implementations of Cardano specific logic, using the Javascript libraries of Cardano Serialization Lib.

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.

WIP

In this example we make extensive test vectors for CIP-105.

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-keys.js

About

CSL Javascript usage examples

Resources

License

Stars

Watchers

Forks