Skip to content

Commit

Permalink
Merge pull request #10 from technologiespro/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
technologiespro committed Jan 4, 2023
2 parents 81be6a5 + b713fa9 commit 2f4aaeb
Show file tree
Hide file tree
Showing 41 changed files with 577 additions and 1,626 deletions.
3 changes: 0 additions & 3 deletions .browserslistrc

This file was deleted.

12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

34 changes: 0 additions & 34 deletions .eslintrc.js

This file was deleted.

12 changes: 5 additions & 7 deletions .gitignore
@@ -1,7 +1,8 @@
/dist
test
.DS_Store
node_modules
/build/target
/dist


# local env files
.env.local
Expand All @@ -11,6 +12,7 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
Expand All @@ -22,8 +24,4 @@ yarn-error.log*
*.sw?

#Electron-builder output
/dist_electron
# Cordova
/src-cordova/platforms
/src-cordova/plugins
/public/cordova.js
/dist_electron
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
v.2.0.2
- wallet templates for print
- generate single wallet
- generate paper wallet
- print/download wallet
- wallet themes for print
- multiple addresses generator
- BIP38 encryption private key
- Brain Wallet
- Load wallet - get wallet by private PASSWD/KEY/BIP38/BIP39/WIF
- add isBIP38Format validator on decryption
- add RTM Raptoreum coin

v.2.0.0

- wallet templates for print
- generate single wallet
- generate paper wallet
- print/download wallet
- wallet themes for print
- multiple addresses generator
- BIP38 encryption private key
- Brain Wallet
- Load wallet - get wallet by private PASSWD/KEY/BIP38/BIP39/WIF
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019, 2020 TechnoL0g
Copyright (c) 2021 TechnoL0g

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
36 changes: 22 additions & 14 deletions README.md
@@ -1,4 +1,4 @@
# Paper Wallet Generator Desktop & Mobile
# Paper Wallet Generator for Bitcoin & Alt coins

[![paper-wallet-generator](https://snapcraft.io//paper-wallet-generator/badge.svg)](https://snapcraft.io/paper-wallet-generator)

Expand All @@ -7,9 +7,7 @@ Designed to securely generate altcoins addresses offline
### Available Coins

- 42-Coin (42) https://42-coin.org
- Ark (ARK) https://ark.io
- Bitcoin (BTC) https://bitcoin.org
- Bitshares (BTS) https://bitshares.org
- BitcoinGold (BTG) https://bitcoingold.org
- Blocknet (BLOCK) https://blocknet.co
- DASH (DASH) https://www.dash.org
Expand All @@ -30,31 +28,23 @@ Designed to securely generate altcoins addresses offline
- PostCoin (POST) https://postcoin.top
- ReddCoin (RDD) https://reddcoin.com
- SmartHoldem (STH) https://smartholdem.io
- Smilo (XSM) https://smilo.io
- Vericoin (VRC) https://vericoin.info/vericoin-digital-currency
- Verium (VRM) https://vericoin.info/verium-digital-reserve
- Vertcoin (VTC) https://vertcoin.org/download-wallet
- Waves (WAVES) https://wavesplatform.com
- ZENZO (ZNZ) https://zenzo.io
- EverGreen (EGC) https://evergreencoin.org
- SteepCoin (STEEP) https://steepcoin.org/en
- UniverseCoin (UNI) http://universe-project.com
- BitConnectX (BCCX) https://www.thebitconnectcoincommunity.com
- EverGreenCoin (EGC) https://evergreencoin.org
- BlockChainCoinX (XCCX) https://BlockChainCoinX.dev
- eXperience Points (XP) https://www.experiencepoints.io/
- SpectreCoin (XSPEC) https://spectreproject.io
- GuapCoin (GUAP) http://www.guapcoin.org/
- Ravencoin (RVN) https://ravencoin.org/
- Tron (TRX) https://tron.network
- PRUX-Coin (PRUX) https://prux.info
- Bitcoinrand (BZAR) https://bitcoinrand.com
- BIOTECH WAVES Token (BIOTECH) https://www.biotechtokens.net
- vDinar (VDN) https://www.vdinar.info
- HiveCoin (HVN) https://hivecoin.org/


## Example

https://technologiespro.github.io/paper-wallet-generator/#/
https://demo.paperwallet.top

## BUILD

Expand All @@ -71,3 +61,21 @@ https://technologiespro.github.io/paper-wallet-generator/#/
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


# Build

electron: `yarn electron:build`


# issues
- nodejs >= 14.18
- copy canvas-v2.10.2-node-v111-win32-unknown-x64.tar.gz > node_modules/canvas/build/Release
- npmRebuild: false


# Linux install dev

sudo snap install --dangerous paperwallet-linux-amd64-2.0.2.snap


2 changes: 1 addition & 1 deletion babel.config.js
@@ -1,5 +1,5 @@
module.exports = {
presets: [
'@vue/app'
'@vue/cli-plugin-babel/preset'
]
}

0 comments on commit 2f4aaeb

Please sign in to comment.