Introduction to the Quais SDK.
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。The Quais SDK is a complete Quai Network interaction library for JavaScript and TypeScript. Quais was built using the Ethers v6 framework, with significant changes made to support Quai Network’s multi-chain environment. This will be a very short introduction to the SDK’s features, installation, and important concepts.
quai_
namespace, which allows developers to correctly make calls to any Quai RPC endpoint or wallet. Quai APIs also
return different data types in comparison to Ethereum APIs, which the SDK is built to handle.quais
object. Exports are also available for each module, which allows for more granular control of method imports.
Quais supports imports in both Node.js and ESM in browser environments.