Tutorial

This page introduces KAS tutorial that guides you towards the easier use of KAS.

This tutorial will help you learn how to use the KAS Console and API and facilitate the development of blockchain applications using KAS. Learn how to use the following through the tutorial.

  1. Access Klaytn node, and use the blockchain (Klaytn Node API).

  2. Manage the Klaytn accounts, and send various transactions to Klaytn (Wallet API).

  3. Search for the token transaction histories of KLAY, KIP-7, KIP-17, ERC-20, and ERC-721 (Token History API).

  4. Anchor the service chain data to the Klaytn main chain (Anchor API).

Item

Description

Note

Get token (FT, NFT) contract and NFT information

Klaytn Node API - Metadata API

Call JSON-RPC API provided by Klaytn Endpoint Node

Klaytn Node API

Create and manage Klaytn accounts

Wallet API

Send KLAY, deploy and execute smart contracts, and etc.

Wallet API

Get transaction history for KLAY and tokens (FT, NFT)

Token History API

Anchor service chain data onto Klaytn main chain

Anchor API

KAS-based BApp examples: Coffee ordering application and receipt tracker for luxury goods

BApp

KIP-17 Tutorial for minting and transfering NFTs using Smart Contract

KIP-17

KIP-7 Tutorial for minting and transfering FTs using Smart Contract

KIP-7

For inquires about this document or KAS, please visit Developer Forum.

Last updated