To Begin With

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 ).
  5. Manage contracts and tokens of the KIP-7, 17 and 37 standard ( KIP-7 API , KIP-17 API , KIP-37 API )
Item Description Note
Get Meta Information of Token Get token (FT, NFT) contract and NFT information Klaytn Node API - Metadata API
JSON-RPC API Call JSON-RPC API provided by Klaytn Endpoint Node Klaytn Node API
Create and Manage Account Create and manage Klaytn accounts Wallet API
Send Transaction Send KLAY, deploy and execute smart contracts, and etc. Wallet API
Get Token Information Get transaction history for KLAY and tokens (FT, NFT) Token History API
Data Anchoring Anchor service chain data onto Klaytn main chain Anchor API
KAS BApp Examples KAS-based BApp examples: Coffee ordering application and receipt tracker for luxury goods BApp
Deploy NFT Contract and Transfer Tokens KIP-17 Tutorial for minting and transfering NFTs using Smart Contract KIP-17
Deploy FT Contract and Mint/Transfer Tokens KIP-7 Tutorial for minting and transfering FTs using Smart Contract KIP-7
Deploy MT Contract and Mint/Transfer/Burn Tokens KIP-37 Tutorial for minting and transfering MTs using Smart Contract KIP-37

If you have any questions about this document or KAS in general, please visit KAS Developers Forum.