All Projects → ArkEcosystem → paper-wallet

ArkEcosystem / paper-wallet

Licence: MIT license
The official Paper Wallet for the ARK Blockchain.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to paper-wallet

ark-lite-wallet
💰 ARK Lite Wallet https://arkecosystem.github.io/ark-lite-wallet/app
Stars: ✭ 26 (+18.18%)
Mutual labels:  ark, wallet
iota esp32 wallet
IOTA Wallet application on ESP32
Stars: ✭ 34 (+54.55%)
Mutual labels:  wallet
legacy-docs
One common place to gather the relevant documentation and learning materials for all.
Stars: ✭ 13 (-40.91%)
Mutual labels:  ark
ark-ts
An ARK API wrapper, written in TypeScript to interact with ARK blockchain.
Stars: ✭ 16 (-27.27%)
Mutual labels:  ark
Server-Creation-Tool
A Tool to easily create Server via SteamCMD
Stars: ✭ 33 (+50%)
Mutual labels:  ark
poketto-ios
📱👛 xDai Mobile Wallet for iOS
Stars: ✭ 19 (-13.64%)
Mutual labels:  wallet
Larkator
ARK dino locator that uses your saved .ark
Stars: ✭ 42 (+90.91%)
Mutual labels:  ark
mixin-wallet
👛 An open-source cryptocurrency wallet bot based on Mixin API, which supports almost all popular cryptocurrencies.
Stars: ✭ 27 (+22.73%)
Mutual labels:  wallet
walletconnect-test-wallet
Test Wallet (Web)
Stars: ✭ 163 (+640.91%)
Mutual labels:  wallet
ark-go
Ark GO client for ARK.io blockchain ecosystem #golang #ark #blockchain
Stars: ✭ 14 (-36.36%)
Mutual labels:  ark
deployer
A small deployment script for ARK Chains, that lets you create your own blockchain in minutes
Stars: ✭ 50 (+127.27%)
Mutual labels:  ark
ETH Wallet Kotlin
(Deprecated) 不再维护,新项目参考https://github.com/snailflying/ETHWallet
Stars: ✭ 20 (-9.09%)
Mutual labels:  wallet
ARKcommander
A simple shell script to easily setup an ARK node
Stars: ✭ 13 (-40.91%)
Mutual labels:  ark
ark-kotlin
Library for interacting with an Ark Ecosystem Blockchain using the JVM. Written in Kotlin and fully interoperable with Java & Android.
Stars: ✭ 15 (-31.82%)
Mutual labels:  ark
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (+54.55%)
Mutual labels:  wallet
ark-java
Library for interacting with an Ark Ecosystem Blockchain using the JVM.
Stars: ✭ 15 (-31.82%)
Mutual labels:  ark
QWallet
Blockchain Wallet for Coin & ERC20 Tokens
Stars: ✭ 11 (-50%)
Mutual labels:  wallet
FranklinPay-iOS
Secure Dollar Wallet
Stars: ✭ 35 (+59.09%)
Mutual labels:  wallet
keycard-cli
A command line tool and shell to manage keycards
Stars: ✭ 42 (+90.91%)
Mutual labels:  wallet
argent-x
ArgentX browser extension for StarkNet - made with ❤️ by Argent
Stars: ✭ 419 (+1804.55%)
Mutual labels:  wallet

ARK Paper Wallet

Build Status Codecov License: MIT

Lead Maintainer: Michel Kraaijeveld

Running Locally

There are two ways you can run the ARK Paperwallet locally:

  1. Download the latest dist.zip release, extract the contents and open the index.html file in your browser.
  2. Clone the repo, install the requirements and dependencies and run yarn serve to run a local version.

Adding Networks

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.

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 ARK Paperwallet 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 [email protected]. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT © ARK Ecosystem

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].