Skip to content

Releases: hienbui9999/CasperSDKInSwift

Casper SDK in Swift v1.0.1

08 Jun 02:40
Compare
Choose a tag to compare

Casper SDK in Swift v1.0.1
This package provides the following RPC methods for Casper

  1. chain_get_state_root_hash
  2. info_get_peers
  3. info_get_deploy
  4. info_get_status
  5. chain_get_block_transfers
  6. chain_get_block
  7. chain_get_era_info_by_switch_block
  8. state_get_item
  9. state_get_dictionary_item
  10. state_get_balance
  11. state_get_auction_info
  12. 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

Casper SDK in Swift v1.0.0

08 Jun 02:27
Compare
Choose a tag to compare

Casper SDK in Swift v1.0.0
This package provides the following RPC methods for Casper

  1. chain_get_state_root_hash
  2. info_get_peers
  3. info_get_deploy
  4. info_get_status
  5. chain_get_block_transfers
  6. chain_get_block
  7. chain_get_era_info_by_switch_block
  8. state_get_item
  9. state_get_dictionary_item
  10. state_get_balance
  11. state_get_auction_info
  12. 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