Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/consenlabs/imkey-manager
Using the imKey on your PC or Mac
https://github.com/consenlabs/imkey-manager
btc dapp dex ethereum hardware-wallet imkey wallet
Last synced: 7 days ago
JSON representation
Using the imKey on your PC or Mac
- Host: GitHub
- URL: https://github.com/consenlabs/imkey-manager
- Owner: consenlabs
- License: apache-2.0
- Created: 2020-03-31T07:55:13.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-18T02:17:02.000Z (6 months ago)
- Last Synced: 2024-12-20T08:19:42.496Z (19 days ago)
- Topics: btc, dapp, dex, ethereum, hardware-wallet, imkey, wallet
- Language: JavaScript
- Homepage:
- Size: 71.5 MB
- Stars: 14
- Watchers: 9
- Forks: 3
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# imKey Manager Tool
Desktop management tools for imKey wallet
WARNING: not production ready yet.
## Goals
* Unify interface for wallet common logic with multi blockchain support
* Cross platform, on macos, linux, windows## Layout
* `.electron-vue` compile and package scripts
* `build` build reference files
* `dist` compilation output directory
* `src ` project core code
* `static` static file directory## Code Styles
This project is using pre-commit. Please install the git pre-commit hooks on you clone.Every time you will try to commit, pre-commit will run checks on your files to make sure they follow our style standards
and they aren't affected by some simple issues. If the checks fail, pre-commit won't let you commit.## License
Apache Licence v2.0