Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 379 Bytes

File metadata and controls

10 lines (7 loc) · 379 Bytes

canton-node-sdk

Step 0: Read the Wiki (REQUIRED)

All documentation lives in the GitHub wiki. Before doing any work in this repository, clone or update the local copy and read Home.md:

if [ -d wiki/.git ]; then git -C wiki pull; else git clone https://github.com/Fairmint/canton-node-sdk.wiki.git wiki; fi