Overview

What is Contract API?

Contract API helps you to easily query smart contract information deployed in the blockchain environment. Using the Contract API, you can retrieve information such as the status, ABI code, and creator of the deployed smart contract. Developers can use this information to easily perform transaction requests and query requests.

What is Smart Contract?

A smart contract is a program that runs when predefined conditions are met in the blockchain. It is significant in that it is a self-executing contract that does not require an intermediary. For more information on smart contracts, check here.

What is ABI code in the context of smart contract?

ABI code stands for Application Binary Interface. The ABI code of a smart contract is a JSON interface code that defines methods, parameters, and response values of the smart contract. For more information on the ABI code, please check here.

Quick checklist

The items required to use the Contract API are as follows.

  • API Key

Where Can I Use?

  • You can create various Web3 applications using smart contracts.
    • If you want to explore various smart contracts, check [here] how to use the Contract Library