mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Adding ArcBit wallet
This commit is contained in:
parent
6f8e9c15fb
commit
119b864d52
5 changed files with 96 additions and 0 deletions
|
@ -958,6 +958,101 @@ wallets:
|
|||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
- arcbit:
|
||||
title: "ArcBit"
|
||||
titleshort: "ArcBit"
|
||||
compat: "mobile desktop web android ios windows mac linux"
|
||||
level: 3
|
||||
platform:
|
||||
mobile:
|
||||
text: "walletarcbit"
|
||||
link: "https://itunes.apple.com/app/arcbit-bitcoin-wallet/id999487888"
|
||||
source: "https://github.com/arcbit/arcbit-ios"
|
||||
screenshot: "arcbitios.png"
|
||||
os:
|
||||
- ios
|
||||
- android
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
desktop:
|
||||
text: "walletarcbit"
|
||||
link: "https://chrome.google.com/webstore/detail/arcbit-bitcoin-wallet/dkceiphcnbfahjbomhpdgjmphnpgogfk"
|
||||
source: "https://github.com/arcbit/arcbit-web"
|
||||
screenshot: "arcbitdesktop.png"
|
||||
os:
|
||||
- windows
|
||||
- mac
|
||||
- linux
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkpassprivacynetworksupporttorproxy"
|
||||
web:
|
||||
text: "walletarcbit"
|
||||
link: "https://chrome.google.com/webstore/detail/arcbit-bitcoin-wallet/dkceiphcnbfahjbomhpdgjmphnpgogfk"
|
||||
source: "https://github.com/arcbit/arcbit-web"
|
||||
screenshot: "arcbitdesktop.png"
|
||||
os:
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkpassprivacynetworksupporttorproxy"
|
||||
ios:
|
||||
text: "walletarcbit"
|
||||
link: "https://itunes.apple.com/app/arcbit-bitcoin-wallet/id999487888"
|
||||
source: "https://github.com/arcbit/arcbit-ios"
|
||||
screenshot: "arcbitios.png"
|
||||
os:
|
||||
- android
|
||||
- ios
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
android:
|
||||
text: "walletarcbit"
|
||||
link: "https://play.google.com/store/apps/details?id=com.arcbit.arcbit"
|
||||
source: "https://github.com/arcbit/arcbit-android"
|
||||
screenshot: "arcbitios.png"
|
||||
os:
|
||||
- android
|
||||
- ios
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkfailvalidationcentralized"
|
||||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
privacynetwork: "checkfailprivacynetworknosupporttor"
|
||||
---
|
||||
|
||||
<!-- Note: this file exempt from check-for-subheading-anchors check -->
|
||||
|
|
|
@ -197,6 +197,7 @@ en:
|
|||
walletgreenbits: "GreenBits is a fast and easy to use wallet. Enjoy improved security with a minimal/zero trust approach, optional hardware wallets support, multisignature based 2FA and spending limits functionality."
|
||||
walletcoinomi: "Coinomi is a lightweight, secure, open-source, universal, HD Wallet. Apart from Bitcoin it also supports many altcoins so you can keep all your funds in a single wallet. Your private keys never leave your device and you only need to back it up just once!"
|
||||
walletsimplebitcoinwallet: "Simple and reliable Bitcoin wallet. Secure, standalone and easy to use."
|
||||
walletarcbit: "ArcBit is designed to be simple and easy to use, while giving users full control over their money. It offers an optional cold wallet storage feature with the ability to authorize payments offline for enhanced security."
|
||||
walletdownload: "Install"
|
||||
walletvisit: "Visit website"
|
||||
walletsourcecode: "Source code"
|
||||
|
|
BIN
img/screenshots/arcbitdesktop.png
Normal file
BIN
img/screenshots/arcbitdesktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
img/screenshots/arcbitios.png
Normal file
BIN
img/screenshots/arcbitios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
img/wallet/arcbit.png
Normal file
BIN
img/wallet/arcbit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 KiB |
Loading…
Add table
Add a link
Reference in a new issue