Paper Wallet
Running Locally
There are two ways you can run the Paper Wallet locally:
- Download the latest
dist.zip
release, extract the contents and open theindex.html
file in your browser. - Clone the repo, install the requirements and dependencies and run
yarn serve
to run a local version.
Adding Networks
By default, the Paper Wallet uses the ARK mainnet when generating a wallet.
However, it comes bundles with multiple network options that you can switch to, making it usable on for example devnet and bridgechains.
If you run a public bridgechain, you can have your network added by creating a PR that adds the name
, pubkeyHash
and WIF
to the existing list of networks.
Using Custom Network
If the network you want to use is not listed in the dropdown, you can switch to custom networks in the modal, fill in the pubkeyHash
and WIF
values of the network you want to use, and press Save
to apply it. That's it!
Development
Requirements
The Paper Wallet has the following requirements:
Commands
List of commands
# Install dependencies
yarn install
# Compiles and hot-reloads for development
yarn run serve
# Compiles and minifies for production
yarn run build
# Run your tests
yarn run test:e2e
yarn run test:unit
# Lints and fixes files
yarn run lint
# Generate release zips
yarn run task:release
# Deploy on GitHub pages
yarn run task:deploy
Security
If you discover a security vulnerability within this package, please send an e-mail to info@protokol.com. All security vulnerabilities will be promptly addressed.
License
This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, under the following terms:
Attribution
You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
NonCommercial
You may not use the material for commercial purposes. For commercial purposes please reach out to info@protokol.com.
ShareAlike
If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
Legal code
Read the rest of the obligatory license legal code.