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.
- Access Kaia node, and use the blockchain ( Node API ).
- Manage the Kaia accounts, and send various transactions to Kaia ( Wallet API ).
- Search for the token transaction histories of KAIA, KIP-7, KIP-17, ERC-20, and ERC-721 ( Token History API ).
- Anchor the service chain data to the Kaia main chain ( Anchor API ).
- 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 Kaia Endpoint Node | Node API |
Create and Manage Account | Create and manage Kaia accounts | Wallet API |
Send Transaction | Send KAIA, deploy and execute smart contracts, and etc. | Wallet API |
Get Token Information | Get transaction history for KAIA and tokens (FT, NFT) | Token History API |
Data Anchoring | Anchor service chain data onto Kaia main chain | Anchor API |
KAS DApp Examples | KAS-based DApp examples: Coffee ordering application and receipt tracker for luxury goods | DApp |
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.