Skip to content

Introduction

Skuchain utilizes two SDKs

  1. skc-sdk is a TypeScript library for interacting with Ethereum-based smart contracts. It supports preparing transactions, retrieving contract-specific data (e.g., payment commitments, refutations, and conditions), and managing errors related to the Ethereum Virtual Machine (EVM). With custom error handling and interfaces, it simplifies smart contract interactions and transaction workflows for blockchain applications. The intent of the sdk is to allow interactions with the EVM node and contract at a lower level.

Reference: skc-sdk

  1. skc-trade-sdk provides an interface for interacting with the Ethereum blockchain. It includes functionalities for preparing transaction data, handling errors specific to the Ethereum Virtual Machine (EVM), and retrieving various details related to smart contracts. It is more focused on providing a comprehensive interface for Ethereum blockchain interaction interacting with the CMS.

Reference: skc-trade-sdk