Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 962 Bytes

overview.md

File metadata and controls

23 lines (15 loc) · 962 Bytes

Overview

ICON SDKs

Every ICON node provides JSON-RPC APIs. To talk to an ICON node, you can send raw JSON-RPC request, or, even better, use ICON SDKs in various languages. ICON officially supports Java, Python, JavaScript, and Swift.

Also, T-Bears provides CLI commands implementing JSON-RPC APIs. T-Bears CLI is a handy tool to test your score quickly without a single line of code during initial test.

Besides, there are couple of community driven tools.