Lead Maintainer: Michel Kraaijeveld
There are two ways you can run the ARK Paperwallet 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.
By default, the ARK 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.
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!
The ARK Paperwallet has the following requirements:
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
If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.