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
- In a feature branch, bump the crate version in
Cargo.toml - When feature branch is ready, run the
publish-betajob and verify the crate is published as expected - Get necessary approvals, merge, and verify the
publishjob successfully publishes the non-beta version of the crate