Technicals

Features

  • Identify network configuration

  • Send raw blockchain transactions

  • BASE58 Parser

  • Random Bytes Library

  • Our library implements the ECDSA and the SECP-256-K1 key generation methods. This basically provides a way to generate private and public keys based on elliptic curves.

  • Hex converter for converting hex string to big int, or other way around. Hex string can be built with lowercase hex digits, or with uppercase ascii numbers (0x).

  • Call and sign blockchain transactions via RPC calls.

  • Hashing functions for:

  • UINT256 parser

  • Blockchain wallet address generation

  • Blockchain wallet address validation

Last updated