Releases: tqhuy2018/Casper-Kotlin-sdk
Releases · tqhuy2018/Casper-Kotlin-sdk
Casper SDK in Kotlin v1.0
Casper SDK in Kotlin v1.0
This package provides the following RPC methods for Casper
chain_get_state_root_hash
info_get_peers
info_get_deploy
info_get_status
chain_get_block_transfers
chain_get_block
chain_get_era_info_by_switch_block
state_get_item
state_get_dictionary_item
state_get_balance
state_get_auction_info
account_put_deploy
This package aslo provides Crypto functions for Ed25519 and Secp256k1 with the following Crypto functions:
Public/Private Key generation
Read Public/Private Key from Pem file
Write Public/Private Key to Pem file
Sign message with Ed25519 or Secp256k1 Crypto
Verify message encrypted with Ed25519 or Secp256k1 Crypto
These crypto functions support the account_put_deploy RPC method call