Neo Electrum is a desktop wallet for the NEO blockchain. This repository includes the wallet UI, account management flows, transaction signing, token handling, and desktop packaging.
- wallet creation, import, export, and encrypted key handling
- NEO, GAS, and token balance management
- send, receive, claim, and transaction history flows
- Ledger login support
- desktop builds for Windows, Linux, and macOS
app/ wallet interface, screens, reducers, actions
build/ application icons and build assets
config/ webpack configuration
design/ product screens and visual references
scripts/ release and build helper scripts
- Node.js
- Yarn
- native build support for
node-hidon your OS
yarn install
yarn devyarn assets
yarn startyarn test
yarn lint
yarn dist