How to implement and deploy Smart Contracts with SDK system
KAP20 for SDK
Within the KAP20SDK contract, the functions approveBySDK and transferFromBySDK have been added. For the purpose of functioning as a User, i.e., the client-side User can approve or transferFrom with the SDK without the need to sign the message themselves. Send Transaction to Bitkub Chain instead as User.
For Example link
Constructor
KAP721 for SDK
Within the KAP721SDK contract, the functions adminApproveBySDK, approveForAllBySDK, and transferFromBySDK have been added. For the purpose of functioning as a User, i.e., the client-side User can approve or transferFrom with the SDK without the need to sign the message themselves. Send Transaction to Bitkub Chain instead as User.
For Example link Constructor
Last updated