MyHbarWallet is a free, client-side interface helping you interact with Hederaâ„¢ Hashgraph. Our easy-to-use, open-source platform allows you to generate keys, create accounts, transfer hbars, and so much more.
Copyright 2020 Hedera Hashgraph LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Send us a Pull Request!
You can run tests with yarn test
We use Jest for Snapshots/Unit Tests and Cypress for E2E
The project is split into a configuration for web and a configuration
for electron via vue.config.front.js
and vue.config.back.js
.
These configs are copied into place before via scripts before
downstream commands run.
yarn build
builds for production and drops a webpack stats.json
in the dist subfolder of the currently running build.