DigiByte is more than a faster digital currency. It is an innovative blockchain that can be used for digital assets, smart contracts, decentralized applications and secure authentication.
This is a CLI wallet for DigiByte. Is intended for educational purposes, but as it follows all the industries standard, it can be used to securely (as much a hot wallet can be) manage coins.
Download the lastest binaries here and execute them using your command prompt or use the npm package manager and install it globally:
npm install -g digi-wallet
To execute the wallet run one of this commands:
digibyte
digibyte wallet.dgb
digibyte help
digibyte -v
You can find all the documentation and information here.
git clone https://github.com/RenzoDD/digi-wallet
cd digi-wallet
npm install
To build the digi-wallet
binaries you must have globally installed pkg
package:
npm install -g pkg
npm run build
This will generate the binaries in the build
folder.
This wallet is for educative-propouses only. It can be use to store real DigiBytes but we do not take any responsability regarding lost funds.
If you find any flaw or trouble please submit a new thread on Github Issues
Code released under the MIT License.