Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balance-io/balance-manager
A tool to manage your wallets
https://github.com/balance-io/balance-manager
Last synced: about 1 month ago
JSON representation
A tool to manage your wallets
- Host: GitHub
- URL: https://github.com/balance-io/balance-manager
- Owner: balance-io
- License: gpl-3.0
- Archived: true
- Created: 2018-03-15T15:49:40.000Z (almost 7 years ago)
- Default Branch: latest
- Last Pushed: 2021-10-05T20:37:35.000Z (about 3 years ago)
- Last Synced: 2024-05-22T18:29:54.946Z (7 months ago)
- Language: JavaScript
- Homepage: https://manager.balance.io
- Size: 9.98 MB
- Stars: 143
- Watchers: 19
- Forks: 83
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Balance Manager
#### Ethereum Wallet Manager for MetaMask, Ledger, Trezor and WalletConnect
### Getting started
We use submodules to sync [Balance Token image assets](https://github.com/balance-io/tokens) into this project
After cloning `balance-manager`, run this command to install all `git submodules````
git submodule update --init --recursive
```Then install all project dependencies
```
yarn
- or -
npm install
```## How to run Manager
For development
```
yarn start
- or -
npm run start
```For production
```
yarn build
- or -
npm run build
```## Want to help us?
We really appreciate any time you can spare. We need help with design, engineering, translation and security audit.
Issues: https://github.com/balance-io/balance-manager/issues
Community: https://spectrum.chat/balance/manager
Stuck on something? Got questions? Want to chat privately? Send @ricburton a Direct Message (DM) on Twitter at any time: twitter.com/ricburton
## How to contribute to Manager
Always clone or fork from the `latest` branch.
We are going to work on making this process as simple as possible.
At this stage we would encourage you to comment on issues you want to work on and reach out to us over Spectrum or Twitter.