Documentation ¶
Overview ¶
.
CLI Flags ¶
Enterprise-wallet when launched via CLI has various launch options, see:
enterprise-wallet -h
Top-Level ¶
The enterprise wallet top level package (main) consists of:
- Serving web page
- GUI Related API calls (only served locally)
- Saving settings
- Various build scripts
The 'electron-wrapper' directory contains all appropriate build tools for compiling the enterprise-wallet as a desktop application
Page Handlers ¶
Page handlers is the HTML serving of each page. All static files are compiled into the binary, meaning there is no need for absolute pathing. The static files follow a relative pathing scheme to mimic the normal non-compiled in behavior, which means you can turn off compilated statics when developing.
enterprise-wallet -compiled=false
Directories ¶
Path | Synopsis |
---|---|
Address is able to maintain a list of AddressNamePairs, which consists of an address (Factoid or EC), a name, and a boolean flag to indicate if it is a seeded address.
|
Address is able to maintain a list of AddressNamePairs, which consists of an address (Factoid or EC), a name, and a boolean flag to indicate if it is a seeded address. |
.
|
. |
web
|
|
Click to show internal directories.
Click to hide internal directories.