| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Byteball is a wallet for storage and transfer of decentralized value. See byteball.org.
TBD
Download and install NW.js v0.14.7 LTS and Node.js v5.12.0. These versions are recommended for easiest install but newer versions will work too. If you already have another version of Node.js installed, you can use NVM to keep both.
Clone the source:
git clone https://github.com/byteball/byteball.git
cd byteballIf you are building for testnet, switch to testnet branch:
git checkout testnetInstall bower and grunt if you haven't already:
npm install -g bower
npm install -g grunt-cliBuild Byteball:
bower install
npm install
gruntIf you are on Windows or using NW.js and Node.js versions other than recommended, see NW.js instructions about building native modules.
After first run, you'll likely encounter runtime error complaining about node_sqlite3.node not being found, copy the file from the neighboring directory to where the program tries to find it, and run again. (e.g. from byteball/node_modules/sqlite3/lib/binding/node-v47-darwin-x64 to byteball/node_modules/sqlite3/lib/binding/node-webkit-v0.14.7-darwin-x64)
Then run Byteball desktop client:
/path/to/your/nwjs/nwjs .All app bundles will be placed at ../byteballbuilds dir, so create it first: mkdir -p ../byteballbuilds
TBD
Byteball uses a single extended private key for all wallets, BIP44 is used for wallet address derivation. There is a BIP39 mnemonic for backing up the wallet key, but it is not enough. Private payments and co-signers of multisig wallets are stored only in the app's data directory, which you have to back up manually:
Byteball uses standard gettext PO files for translations and Crowdin as the front-end tool for translators. To join our team of translators, please create an account at Crowdin and translate the Byteball documentation and application text into your native language.
To download and build using the latest translations from Crowdin, please use the following commands:
cd i18n
node crowdin_download.jsThis will download all partial and complete language translations while also cleaning out any untranslated ones.
The GUI is based on Copay, the most beautiful and easy to use Bitcoin wallet.
MIT.
| Back | FazBrowse Home | New Git URL |