UNPKG

blockstack

Version:

The Blockstack Javascript library for authentication, identity, and storage.

10 lines (9 loc) 620 B
export declare const BLOCKSTACK_HANDLER = "blockstack"; export declare const BLOCKSTACK_STORAGE_LABEL = "blockstack"; export declare const DEFAULT_BLOCKSTACK_HOST = "https://browser.blockstack.org/auth"; export declare const DEFAULT_SCOPE: string[]; export declare const BLOCKSTACK_APP_PRIVATE_KEY_LABEL = "blockstack-transit-private-key"; export declare const BLOCKSTACK_DEFAULT_GAIA_HUB_URL = "https://hub.blockstack.org"; export declare const DEFAULT_CORE_NODE = "https://core.blockstack.org"; export declare const NAME_LOOKUP_PATH = "/v1/names"; export declare const LOCALSTORAGE_SESSION_KEY = "blockstack-session";