xand-address

Crates.ioxand-address
lib.rsxand-address
version0.4.2
sourcesrc
created_at2023-02-14 20:37:57.755932
updated_at2023-02-14 20:37:57.755932
descriptionThe Address primitive type used throughout the Xand network
homepage
repository
max_upload_size
id785327
size18,088
(Xandkeeper)

documentation

README

xand-address

Entities participating on a blockchain network are each identified by an address, which is deterministically derived from the public part of the their keypair. When an entity signs a transaction with their corresponding private key, other entities on the network can verify it.

This crate was originally part of thermite, but has been extracted so other crates can use it.

Crate Publishing

  1. In a feature branch, bump the crate version in Cargo.toml
  2. When feature branch is ready, run the publish-beta job and verify the crate is published as expected
  3. Get necessary approvals, merge, and verify the publish job successfully publishes the non-beta version of the crate
Commit count: 0

cargo fmt