Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 677 Bytes

05.rest.api.md

File metadata and controls

62 lines (37 loc) · 677 Bytes

shambhala REST API (skeleton)


account creation / association

  • send G_PUBLIC and C_UUID to the server:

    POST ->
        G_PUBLIC
        C_UUID
    
    RESPONSE <-
        STATUS
    

signing key generation and storage

  • request new SKP generation and encryption:

    POST ->
        G_PUBLIC
        C_UUID
        S_KEY
    
    RESPONSE <-
        C_PASSPHRASE
        S_PUBLIC
    

transaction signing

  • request transaction signature:

    POST ->
        G_PUBLIC
        C_UUID
        S_KEY
        TX_PAYLOAD
    
    RESPONSE <-
        C_PASSPHRASE
        S_SIGNATURE