vta-sdk 0.4.1

SDK for Verifiable Trust Agents operating in Verifiable Trust Communities
Documentation
1
2
3
4
5
6
7
8
pub mod generate;

pub const PROTOCOL_BASE: &str = "https://firstperson.network/protocols/credential-management/1.0";

pub const GENERATE_CREDENTIALS: &str =
    "https://firstperson.network/protocols/credential-management/1.0/generate";
pub const GENERATE_CREDENTIALS_RESULT: &str =
    "https://firstperson.network/protocols/credential-management/1.0/generate-result";